Skip to content
Snippets Groups Projects
Commit d4752a5d authored by Campbell Barton's avatar Campbell Barton
Browse files

Resolve naming collision

Were using names from templates, tsk.
parent d4b41a54
No related branches found
No related tags found
No related merge requests found
......@@ -427,7 +427,7 @@ def draw_world_settings(col, context):
class Dynapanel(Panel):
bl_label = "Dynamic sky"
bl_idname = "SCENE_PT_layout"
bl_idname = "DYNSKY_PT_tools"
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'
bl_context = "objectmode"
......
......@@ -88,7 +88,6 @@ class TEXTURE_OT_patern_rename(Operator):
class TEXTURE_PT_rename_panel(Panel):
# Creates a Panel in the scene context of the properties editor
bl_label = "Texture Rename"
bl_idname = "SCENE_PT_layout"
bl_space_type = 'PROPERTIES'
bl_region_type = 'WINDOW'
bl_context = "texture"
......
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