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>2017-05-14 02:18:28 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-05-14 02:18:28 +0300
commit8e68bf2879d81780e51dbdc3481bb486e7430e74 (patch)
tree0350d0f1d68ef43dd27f1887e28876c416f8c0db /mesh_auto_mirror.py
parentc56129be233e5725e55f87db539b0811103ec40b (diff)
mesh auto mirror: close panel default
Diffstat (limited to 'mesh_auto_mirror.py')
-rw-r--r--mesh_auto_mirror.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesh_auto_mirror.py b/mesh_auto_mirror.py
index 4be783a2..50986b23 100644
--- a/mesh_auto_mirror.py
+++ b/mesh_auto_mirror.py
@@ -185,6 +185,7 @@ class BisectMirror(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'
bl_category = "Tools"
+ bl_options = {"DEFAULT_CLOSED"}
def draw(self, context):
layout = self.layout