We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8deb97 commit 8664a1eCopy full SHA for 8664a1e
shape_key_splitter/__init__.py
@@ -1,7 +1,7 @@
1
bl_info = {
2
"name": "Shape Key Splitter",
3
"author": "TiberiumFusion",
4
- "version": (1, 0, 0, 0),
+ "version": (1, 0, 0, 1),
5
"blender": (2, 78, 0),
6
"location": "Object > Tools > Shape Key Splitter",
7
"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):
178
179
class OBJECT_PT_ShapeKeySplitter_Panel(bpy.types.Panel):
180
bl_label = "Shape Key Splitter"
181
- bl_idname = "OBJECT_PT_custom_panel"
+ bl_idname = "OBJECT_PT_shape_key_splitter_panel"
182
bl_space_type = "VIEW_3D"
183
bl_region_type = "TOOLS"
184
bl_category = "Tools"
0 commit comments