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_blend_info.py
parent96c695fe029a9fa583fefe3eed961c24b8f7163f (diff)
system addons, close panels by default: T70017
Diffstat (limited to 'system_blend_info.py')
-rw-r--r--system_blend_info.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/system_blend_info.py b/system_blend_info.py
index 63fbee5a..e49748e3 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -62,6 +62,7 @@ class OBJECT_PT_blendinfo(bpy.types.Panel):
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "scene"
+ bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
ob_cols = []