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-05-24 08:23:43 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-05-24 08:23:43 +0300
commitbf5126663d8e0a28dd2eeab768bb083c6f67f95c (patch)
tree1a072cd9033cec47d3d4ccce9964741c119945e8 /lighting_dynamic_sky.py
parent1614612f83ccab3de9789e14f9898ea3c970835b (diff)
lighting_dynamic_sky: bump to 2.8, needs some attention
Diffstat (limited to 'lighting_dynamic_sky.py')
-rw-r--r--lighting_dynamic_sky.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lighting_dynamic_sky.py b/lighting_dynamic_sky.py
index 1204d538..e794fe81 100644
--- a/lighting_dynamic_sky.py
+++ b/lighting_dynamic_sky.py
@@ -23,10 +23,10 @@ bl_info = {
"name": "Dynamic Sky",
"author": "Pratik Solanki",
"version": (1, 0, 6),
- "blender": (2, 78, 0),
+ "blender": (2, 80, 0),
"location": "View3D > Tools",
"description": "Creates Dynamic Sky for Cycles",
- "warning": "",
+ "warning": "wip, manually select the dynamic sky world",
"wiki_url": "http://www.dragoneex.com/downloads/dynamic-skyadd-on",
"category": "Lighting",
}
@@ -458,9 +458,9 @@ class Dynapanel(Panel):
bl_label = "Dynamic sky"
bl_idname = "DYNSKY_PT_tools"
bl_space_type = 'VIEW_3D'
- bl_region_type = 'TOOLS'
+ bl_region_type = 'UI'
bl_context = "objectmode"
- bl_category = "Tools"
+ bl_category = "Create"
def draw(self, context):
layout = self.layout