Skip to content

Commit

Permalink
Unique panel name
Browse files Browse the repository at this point in the history
  • Loading branch information
TiberiumFusion committed Feb 10, 2021
1 parent d8deb97 commit 8664a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shape_key_splitter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bl_info = {
"name": "Shape Key Splitter",
"author": "TiberiumFusion",
"version": (1, 0, 0, 0),
"version": (1, 0, 0, 1),
"blender": (2, 78, 0),
"location": "Object > Tools > Shape Key Splitter",
"description": "Splits and merges shape keys on axis boundaries. Useful for separating and combining the left and right halves of expressions.",
Expand Down Expand Up @@ -178,7 +178,7 @@ def cancel(self, context):

class OBJECT_PT_ShapeKeySplitter_Panel(bpy.types.Panel):
bl_label = "Shape Key Splitter"
bl_idname = "OBJECT_PT_custom_panel"
bl_idname = "OBJECT_PT_shape_key_splitter_panel"
bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS"
bl_category = "Tools"
Expand Down

0 comments on commit 8664a1e

Please sign in to comment.