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 08:28:01 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 08:28:01 +0300
commitf5be97a23c893db67ddffff885f446a535f7c733 (patch)
tree710f34a8711b78aef39eac68a9ee40ab2f97eb4c /lighting_dynamic_sky.py
parent6ce5ae8fad90981de823398764607d0f043c1e72 (diff)
lighting_dynamic_sky: close panel by default: T70017
Diffstat (limited to 'lighting_dynamic_sky.py')
-rw-r--r--lighting_dynamic_sky.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lighting_dynamic_sky.py b/lighting_dynamic_sky.py
index 9dbe98b2..b20c52f9 100644
--- a/lighting_dynamic_sky.py
+++ b/lighting_dynamic_sky.py
@@ -461,6 +461,7 @@ class Dynapanel(Panel):
bl_region_type = 'UI'
bl_context = "objectmode"
bl_category = "Create"
+ bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout