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:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 04:42:02 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 04:42:02 +0300
commitd89cd812f310d84051c95d3f4c2852c1e752f6c1 (patch)
tree13de181cebafdb6d4228a8de881ac51cf48ca239 /bone_selection_sets.py
parent60f8537c69da5ac4aa2d79d5879eb7125b0c01ac (diff)
bone_selection_sets: close panels by default: T70017
Diffstat (limited to 'bone_selection_sets.py')
-rw-r--r--bone_selection_sets.py1
1 files changed, 1 insertions, 0 deletions
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):