lighting_dynamic_sky: bump to 2.8, needs some attention

This commit is contained in:
Brendon Murphy 2019-05-24 15:23:43 +10:00
parent 1614612f83
commit bf5126663d
1 changed files with 4 additions and 4 deletions

View File

@ -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