[Bf-extensions-cvs] [8e68bf28] master: mesh auto mirror: close panel default

meta-androcto noreply at git.blender.org
Sun May 14 01:18:49 CEST 2017


Commit: 8e68bf2879d81780e51dbdc3481bb486e7430e74
Author: meta-androcto
Date:   Sun May 14 09:18:28 2017 +1000
Branches: master
https://developer.blender.org/rBA8e68bf2879d81780e51dbdc3481bb486e7430e74

mesh auto mirror: close panel default

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

M	mesh_auto_mirror.py

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

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



More information about the Bf-extensions-cvs mailing list