mesh auto mirror: close panel default

This commit is contained in:
Brendon Murphy 2017-05-14 09:18:28 +10:00
parent c56129be23
commit 8e68bf2879
1 changed files with 1 additions and 0 deletions

View File

@ -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