[Bf-extensions-cvs] [8f807fbd] master: AnimAll: make panel open by default

Daniel Salazar noreply at git.blender.org
Sat Jun 18 04:09:09 CEST 2022


Commit: 8f807fbd7c0ce35147d18d1ae14cb16832ab229a
Author: Daniel Salazar
Date:   Fri Jun 17 20:08:58 2022 -0600
Branches: master
https://developer.blender.org/rBA8f807fbd7c0ce35147d18d1ae14cb16832ab229a

AnimAll: make panel open by default

===================================================================

M	animation_animall.py

===================================================================

diff --git a/animation_animall.py b/animation_animall.py
index b5b36100..809bd31b 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -135,7 +135,6 @@ class VIEW3D_PT_animall(Panel):
     bl_region_type = 'UI'
     bl_category = "Animate"
     bl_label = 'AnimAll'
-    bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod
     def poll(self, context):



More information about the Bf-extensions-cvs mailing list