[Bf-extensions-cvs] [d89cd812] master: bone_selection_sets: close panels by default: T70017

meta-androcto noreply at git.blender.org
Tue Sep 24 03:42:21 CEST 2019


Commit: d89cd812f310d84051c95d3f4c2852c1e752f6c1
Author: meta-androcto
Date:   Tue Sep 24 11:42:02 2019 +1000
Branches: master
https://developer.blender.org/rBAd89cd812f310d84051c95d3f4c2852c1e752f6c1

bone_selection_sets: close panels by default: T70017

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

M	bone_selection_sets.py

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

diff --git a/bone_selection_sets.py b/bone_selection_sets.py
index 0278bd23..1b36987d 100644
--- a/bone_selection_sets.py
+++ b/bone_selection_sets.py
@@ -79,6 +79,7 @@ class POSE_PT_selection_sets(Panel):
     bl_space_type = 'PROPERTIES'
     bl_region_type = 'WINDOW'
     bl_context = "data"
+    bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod
     def poll(cls, context):



More information about the Bf-extensions-cvs mailing list