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:00:15 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 04:00:15 +0300
commit5fe07d9d84cdd86352001984a7f0e349d6eea3a8 (patch)
tree79ab7ea6404c939109103c6fbc62ff16b767a7cf /archimesh
parent06a68c0c87209d9c2ae5bcf57f965dce7bbcb054 (diff)
archimesh: close panels by default: T70017
Diffstat (limited to 'archimesh')
-rw-r--r--archimesh/achm_main_panel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archimesh/achm_main_panel.py b/archimesh/achm_main_panel.py
index 8ec19732..4fca1caf 100644
--- a/archimesh/achm_main_panel.py
+++ b/archimesh/achm_main_panel.py
@@ -394,6 +394,7 @@ class ARCHIMESH_PT_Main(Panel):
bl_region_type = "UI"
bl_category = "Create"
bl_context = "objectmode"
+ bl_options = {'DEFAULT_CLOSED'}
# ------------------------------
# Draw UI