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 'lighting_dynamic_sky.py')
-rw-r--r--lighting_dynamic_sky.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lighting_dynamic_sky.py b/lighting_dynamic_sky.py
index f07d5160..f5358a45 100644
--- a/lighting_dynamic_sky.py
+++ b/lighting_dynamic_sky.py
@@ -427,7 +427,7 @@ def draw_world_settings(col, context):
class Dynapanel(Panel):
bl_label = "Dynamic sky"
- bl_idname = "SCENE_PT_layout"
+ bl_idname = "DYNSKY_PT_tools"
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'
bl_context = "objectmode"