Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-03-26 19:24:07 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-03-26 19:24:07 +0300
commit2aae45552f96e1be20f20548ac7ea91cce70e763 (patch)
treeef3801998dc5d52d6a4d82f1d2bd99a72237a3af /add_curve_ivygen.py
parent731d775aba36108aa08dbcc24d41f25e2200ff85 (diff)
IvyGen: update panel location
Diffstat (limited to 'add_curve_ivygen.py')
-rw-r--r--add_curve_ivygen.py2
1 files changed, 1 insertions, 1 deletions
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):