[Bf-extensions-cvs] [2db7d890] master: archipack: close panels by default: T70017

meta-androcto noreply at git.blender.org
Tue Sep 24 03:32:17 CEST 2019


Commit: 2db7d8904720f0fc732197e59b2711a08df9ff57
Author: meta-androcto
Date:   Tue Sep 24 11:31:55 2019 +1000
Branches: master
https://developer.blender.org/rBA2db7d8904720f0fc732197e59b2711a08df9ff57

archipack: close panels by default: T70017

===================================================================

M	archipack/__init__.py

===================================================================

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):



More information about the Bf-extensions-cvs mailing list