[Bf-extensions-cvs] [b168e425] master: object_color_rules: close panel by default: T70017

meta-androcto noreply at git.blender.org
Tue Sep 24 08:36:23 CEST 2019


Commit: b168e425f8c1cdd4718780e7ab8111515fdea987
Author: meta-androcto
Date:   Tue Sep 24 16:36:04 2019 +1000
Branches: master
https://developer.blender.org/rBAb168e425f8c1cdd4718780e7ab8111515fdea987

object_color_rules: close panel by default: T70017

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

M	object_color_rules.py

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

diff --git a/object_color_rules.py b/object_color_rules.py
index ad8d75f2..a1ba787b 100644
--- a/object_color_rules.py
+++ b/object_color_rules.py
@@ -236,6 +236,7 @@ class OBJECT_PT_color_rules(Panel):
     bl_space_type = 'PROPERTIES'
     bl_region_type = 'WINDOW'
     bl_context = "object"
+    bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):
         layout = self.layout



More information about the Bf-extensions-cvs mailing list