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 09:36:04 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 09:36:04 +0300
commitb168e425f8c1cdd4718780e7ab8111515fdea987 (patch)
treed07d457e0c181ce3dac293ab1c1e038778bd044c /object_color_rules.py
parentd300f33435d366c43d340bb594d7806ae9e80b77 (diff)
object_color_rules: close panel by default: T70017
Diffstat (limited to 'object_color_rules.py')
-rw-r--r--object_color_rules.py1
1 files changed, 1 insertions, 0 deletions
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