[Bf-extensions-cvs] [bf512666] master: lighting_dynamic_sky: bump to 2.8, needs some attention

meta-androcto noreply at git.blender.org
Fri May 24 07:24:14 CEST 2019


Commit: bf5126663d8e0a28dd2eeab768bb083c6f67f95c
Author: meta-androcto
Date:   Fri May 24 15:23:43 2019 +1000
Branches: master
https://developer.blender.org/rBAbf5126663d8e0a28dd2eeab768bb083c6f67f95c

lighting_dynamic_sky: bump to 2.8, needs some attention

===================================================================

M	lighting_dynamic_sky.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list