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

added bl_options = {"DEFAULT_CLOSED"}

parent 18d40258
Branches
Tags
No related merge requests found
...@@ -43,6 +43,7 @@ class VIEW3D_PT_3dnavigationPanel(bpy.types.Panel): ...@@ -43,6 +43,7 @@ class VIEW3D_PT_3dnavigationPanel(bpy.types.Panel):
bl_space_type = "VIEW_3D" bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS" bl_region_type = "TOOLS"
bl_label = "3D Nav" bl_label = "3D Nav"
bl_options = {"DEFAULT_CLOSED"}
def draw(self, context): def draw(self, context):
layout = self.layout layout = self.layout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment