Modifier Profiling panel closed by default

This commit is contained in:
Jonas Holzman 2024-08-22 14:37:01 +02:00
parent f20af4929c
commit ec45ebd2e2

View File

@ -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