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 = {
"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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment