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:
Diffstat (limited to 'ant_landscape')
-rw-r--r--ant_landscape/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ant_landscape/__init__.py b/ant_landscape/__init__.py
index b5abc941..789f0a37 100644
--- a/ant_landscape/__init__.py
+++ b/ant_landscape/__init__.py
@@ -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()