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:28:42 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 09:28:42 +0300
commit844991b2099bc83d94fb12554bca2fbe91159dbe (patch)
treeaeee9be6d454ee6e6e05df6568aaf1f570255565 /object_boolean_tools.py
parent74231561479183a51d4e1a0be90bf4e85671435b (diff)
object_boolean_tools: close panel by default: T70017
Diffstat (limited to 'object_boolean_tools.py')
-rw-r--r--object_boolean_tools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/object_boolean_tools.py b/object_boolean_tools.py
index 29be8b18..96593d4c 100644
--- a/object_boolean_tools.py
+++ b/object_boolean_tools.py
@@ -866,6 +866,7 @@ class VIEW3D_PT_booltool_tools(Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_context = "objectmode"
+ bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(cls, context):