From ff4b18f6ad88185a797d42843e79e88b112685e1 Mon Sep 17 00:00:00 2001
From: Brendon Murphy <meta.androcto1@gmail.com>
Date: Sun, 16 Sep 2012 11:31:28 +0000
Subject: [PATCH] closed panels by default

[[Split portion of a mixed commit.]]
---
 animation_animall.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/animation_animall.py b/animation_animall.py
index a10615336..e291799e9 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -92,7 +92,7 @@ class VIEW3D_PT_animall(bpy.types.Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
     bl_label = 'AnimAll'
-
+    bl_options = {'DEFAULT_CLOSED'}
     # show this addon only in the Camera-Data-Panel
     @classmethod
     def poll(self, context):
-- 
GitLab