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:57:50 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 09:57:50 +0300
commit245d0134cfed3351360d8fe6e36af71140809950 (patch)
treec21f057abfaa35ce82cfa1d2724ca6922d3fee0b /system_property_chart.py
parent96c695fe029a9fa583fefe3eed961c24b8f7163f (diff)
system addons, close panels by default: T70017
Diffstat (limited to 'system_property_chart.py')
-rw-r--r--system_property_chart.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/system_property_chart.py b/system_property_chart.py
index 7f44f89d..1aefb643 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -192,6 +192,7 @@ class View3DEditProps(Panel):
bl_category = "Item"
bl_label = "Property Chart"
bl_context = "objectmode"
+ bl_options = {'DEFAULT_CLOSED'}
_PROP_STORAGE_ID = "view3d_edit_props"
_PROP_STORAGE_ID_DESCR = "Properties of objects in the context"
@@ -210,6 +211,7 @@ class SequencerEditProps(Panel):
bl_region_type = 'UI'
bl_category = "Item"
bl_label = "Property Chart"
+ bl_options = {'DEFAULT_CLOSED'}
_PROP_STORAGE_ID = "sequencer_edit_props"
_PROP_STORAGE_ID_DESCR = "Properties of sequencer strips in the context"