diff --git a/animation_animall.py b/animation_animall.py index a10615336220f7276817d14ad9d6fe13a48b8c79..e291799e9bbcdc28e10b338f41a44ad1f39bdf12 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):