ant_landscape: close panels by default: T70017

This commit is contained in:
Brendon Murphy 2019-09-24 10:54:00 +10:00
parent bf48d5e80a
commit 06a68c0c87
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ class AntLandscapeAddPanel(bpy.types.Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_context = "objectmode"
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
col = self.layout.column()