Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'materials_utils')
-rw-r--r--materials_utils/texture_rename.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/materials_utils/texture_rename.py b/materials_utils/texture_rename.py
index ac728b70..c803295e 100644
--- a/materials_utils/texture_rename.py
+++ b/materials_utils/texture_rename.py
@@ -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"