[Bf-extensions-cvs] [b3967270] master: IvyGen: update bl_info location

meta-androcto noreply at git.blender.org
Tue Mar 26 17:29:28 CET 2019


Commit: b3967270bd629bee35997e463f9214fc3b8ca546
Author: meta-androcto
Date:   Wed Mar 27 03:29:09 2019 +1100
Branches: master
https://developer.blender.org/rBAb3967270bd629bee35997e463f9214fc3b8ca546

IvyGen: update bl_info location

===================================================================

M	add_curve_ivygen.py

===================================================================

diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index 55900bd7..8e1965f5 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -23,7 +23,7 @@ bl_info = {
     "author": "testscreenings, PKHG, TrumanBlending",
     "version": (0, 1, 5),
     "blender": (2, 80, 0),
-    "location": "View3D > Properties Panel > Ivy Generator",
+    "location": "View3D > Sidebar > Ivy Generator (Create Tab)",
     "description": "Adds generated ivy to a mesh object starting "
                    "at the 3D cursor",
     "warning": "",



More information about the Bf-extensions-cvs mailing list