From 2aae45552f96e1be20f20548ac7ea91cce70e763 Mon Sep 17 00:00:00 2001 From: meta-androcto <meta.androcto1@gmail.com> Date: Wed, 27 Mar 2019 03:24:07 +1100 Subject: [PATCH] IvyGen: update panel location --- add_curve_ivygen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py index f4be17c7e..55900bd79 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): -- GitLab