Skip to content

Commit 8664a1e

Browse files
Unique panel name
1 parent d8deb97 commit 8664a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shape_key_splitter/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bl_info = {
22
"name": "Shape Key Splitter",
33
"author": "TiberiumFusion",
4-
"version": (1, 0, 0, 0),
4+
"version": (1, 0, 0, 1),
55
"blender": (2, 78, 0),
66
"location": "Object > Tools > Shape Key Splitter",
77
"description": "Splits and merges shape keys on axis boundaries. Useful for separating and combining the left and right halves of expressions.",
@@ -178,7 +178,7 @@ def cancel(self, context):
178178

179179
class OBJECT_PT_ShapeKeySplitter_Panel(bpy.types.Panel):
180180
bl_label = "Shape Key Splitter"
181-
bl_idname = "OBJECT_PT_custom_panel"
181+
bl_idname = "OBJECT_PT_shape_key_splitter_panel"
182182
bl_space_type = "VIEW_3D"
183183
bl_region_type = "TOOLS"
184184
bl_category = "Tools"

0 commit comments

Comments
 (0)