Skip to content
Snippets Groups Projects
Commit bf512666 authored by meta-androcto's avatar meta-androcto
Browse files

lighting_dynamic_sky: bump to 2.8, needs some attention

parent 1614612f
No related branches found
No related tags found
No related merge requests found
...@@ -23,10 +23,10 @@ bl_info = { ...@@ -23,10 +23,10 @@ bl_info = {
"name": "Dynamic Sky", "name": "Dynamic Sky",
"author": "Pratik Solanki", "author": "Pratik Solanki",
"version": (1, 0, 6), "version": (1, 0, 6),
"blender": (2, 78, 0), "blender": (2, 80, 0),
"location": "View3D > Tools", "location": "View3D > Tools",
"description": "Creates Dynamic Sky for Cycles", "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", "wiki_url": "http://www.dragoneex.com/downloads/dynamic-skyadd-on",
"category": "Lighting", "category": "Lighting",
} }
...@@ -458,9 +458,9 @@ class Dynapanel(Panel): ...@@ -458,9 +458,9 @@ class Dynapanel(Panel):
bl_label = "Dynamic sky" bl_label = "Dynamic sky"
bl_idname = "DYNSKY_PT_tools" bl_idname = "DYNSKY_PT_tools"
bl_space_type = 'VIEW_3D' bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS' bl_region_type = 'UI'
bl_context = "objectmode" bl_context = "objectmode"
bl_category = "Tools" bl_category = "Create"
def draw(self, context): def draw(self, context):
layout = self.layout layout = self.layout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment