Skip to content
Snippets Groups Projects
Commit ff38cf12 authored by Brendon Murphy's avatar Brendon Murphy
Browse files

added bl_options = {'DEFAULT_CLOSED'}

parent d34cad6c
Branches
Tags
No related merge requests found
......@@ -41,9 +41,9 @@ import bpy
class AlignUi(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'
bl_label = "Simple Align"
bl_context = "objectmode"
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment