Quick Fix to Apply shapeky to basis

Was causing addon not to load, just a quick fix.
This commit is contained in:
Yusarina
2024-09-25 23:42:55 +01:00
parent adb549a4d4
commit fcbcd0a4fb
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -55,8 +55,6 @@ class AvatarToolkit_OT_RemoveUnusedShapekeys(bpy.types.Operator):
continue
ob.shape_key_remove(ob.data.shape_keys.key_blocks[kb_name])
@register_wrap
class AvatarToolkit_OT_ApplyShapeKey(bpy.types.Operator):
bl_idname = "avatar_toolkit.apply_shape_key"