[Bf-extensions-cvs] [2aae4555] master: IvyGen: update panel location

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


Commit: 2aae45552f96e1be20f20548ac7ea91cce70e763
Author: meta-androcto
Date:   Wed Mar 27 03:24:07 2019 +1100
Branches: master
https://developer.blender.org/rBA2aae45552f96e1be20f20548ac7ea91cce70e763

IvyGen: update panel location

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

M	add_curve_ivygen.py

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

diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index f4be17c7..55900bd7 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -601,7 +601,7 @@ class CURVE_PT_IvyGenPanel(Panel):
     bl_idname = "CURVE_PT_IvyGenPanel"
     bl_space_type = "VIEW_3D"
     bl_region_type = "UI"
-    bl_category = "View"
+    bl_category = "Create"
     bl_options = {"DEFAULT_CLOSED"}
 
     def draw(self, context):



More information about the Bf-extensions-cvs mailing list