Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendon Murphy <meta.androcto1@gmail.com>2012-09-16 15:31:28 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2012-09-16 15:31:28 +0400
commitff4b18f6ad88185a797d42843e79e88b112685e1 (patch)
treeb0436af1c87980f202effe7284b1945e3c81e715
parent3bff7f2414208849f2733d5c073be247bc1ce279 (diff)
closed panels by default
[[Split portion of a mixed commit.]]
-rw-r--r--animation_animall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/animation_animall.py b/animation_animall.py
index a1061533..e291799e 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):