Modifier Profiling panel closed by default

master
Jonas Holzman 2024-08-22 14:37:01 +02:00
parent f20af4929c
commit ec45ebd2e2
1 changed files with 1 additions and 0 deletions

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