add_curve_ivygen: disable panel in edit mode: T70017

This commit is contained in:
Brendon Murphy 2019-09-24 10:03:52 +10:00
parent f4dabc29ff
commit 05d255a462
1 changed files with 1 additions and 0 deletions

View File

@ -604,6 +604,7 @@ class CURVE_PT_IvyGenPanel(Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_category = "Create"
bl_context = "objectmode"
bl_options = {"DEFAULT_CLOSED"}
def draw(self, context):