Modifier Profiling panel closed by default
parent
f20af4929c
commit
ec45ebd2e2
|
@ -13,6 +13,7 @@ class PB_Modifier_Profiling_Panel(bpy.types.Panel):
|
|||
bl_space_type = 'PROPERTIES'
|
||||
bl_region_type = 'WINDOW'
|
||||
bl_context = "modifier"
|
||||
bl_options = {'DEFAULT_CLOSED'}
|
||||
|
||||
def draw(self, context):
|
||||
layout = self.layout
|
||||
|
|
Loading…
Reference in New Issue