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:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 03:54:00 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 03:54:00 +0300
commit06a68c0c87209d9c2ae5bcf57f965dce7bbcb054 (patch)
tree5dd0886a7e32e684567c81c2025b7f008915cf67 /ant_landscape
parentbf48d5e80a7f7376743b714af04cd112ba5557ac (diff)
ant_landscape: close panels by default: T70017
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()