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:
-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