Added modifiers folding to prevent clutter

This commit is contained in:
Andrej730
2023-02-06 15:45:50 +05:00
parent f6cb6c8b21
commit 144d01a0ef
@@ -265,6 +265,7 @@ class BIM_PT_array(bpy.types.Panel):
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "modifier"
bl_options = {"DEFAULT_CLOSED"}
@classmethod
def poll(cls, context):
@@ -317,6 +318,7 @@ class BIM_PT_stair(bpy.types.Panel):
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "modifier"
bl_options = {"DEFAULT_CLOSED"}
@classmethod
def poll(cls, context):
@@ -376,6 +378,7 @@ class BIM_PT_sverchok(bpy.types.Panel):
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "modifier"
bl_options = {"DEFAULT_CLOSED"}
@classmethod
def poll(cls, context):
@@ -413,6 +416,7 @@ class BIM_PT_window(bpy.types.Panel):
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "modifier"
bl_options = {"DEFAULT_CLOSED"}
@classmethod
def poll(cls, context):
@@ -528,6 +532,7 @@ class BIM_PT_door(bpy.types.Panel):
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "modifier"
bl_options = {"DEFAULT_CLOSED"}
@classmethod
def poll(cls, context):