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:
Diffstat (limited to 'archipack/__init__.py')
-rw-r--r--archipack/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archipack/__init__.py b/archipack/__init__.py
index f81be625..331afcc3 100644
--- a/archipack/__init__.py
+++ b/archipack/__init__.py
@@ -311,6 +311,7 @@ class TOOLS_PT_Archipack_Create(Panel):
bl_region_type = "UI"
bl_category = "Create"
bl_context = "objectmode"
+ bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(self, context):