Skip to content
Snippets Groups Projects
Commit a03b94f4 authored by Brendon Murphy's avatar Brendon Murphy
Browse files

added bl_options = {'DEFAULT_CLOSED'}

parent ff38cf12
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class AddSurroundCamerasPanel(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'
bl_label = "Surround Projection"
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout
col = layout.column(align=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment