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

closed panels by default

[[Split portion of a mixed commit.]]
parent 3bff7f24
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ class VIEW3D_PT_animall(bpy.types.Panel): ...@@ -92,7 +92,7 @@ class VIEW3D_PT_animall(bpy.types.Panel):
bl_space_type = 'VIEW_3D' bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS' bl_region_type = 'TOOLS'
bl_label = 'AnimAll' bl_label = 'AnimAll'
bl_options = {'DEFAULT_CLOSED'}
# show this addon only in the Camera-Data-Panel # show this addon only in the Camera-Data-Panel
@classmethod @classmethod
def poll(self, context): def poll(self, context):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment