fix issues with merge armatures

please report these issues lol!! I found this after I got my friend to test the addon. OOF!!
This commit is contained in:
989onan
2025-06-15 19:31:30 -04:00
parent e2c26a20fa
commit 8937077e3a
3 changed files with 13 additions and 5 deletions
@@ -27,7 +27,7 @@ from ...core.armature_validation import validate_armature
class AvatarToolkit_OT_ApplyModifierForShapkeyObj(bpy.types.Operator):
"""Operator for forcing the application of a modifier. A shortened way of saying \"Apply modifier for object with shapekeys\""""
bl_idname: str = 'avatar_toolkit.merge_armatures'
bl_idname: str = 'avatar_toolkit.apply_shapekey_force'
bl_label: str = t('Tools.apply_modifier_on_shapekey_obj')
bl_description: str = t('Tools.apply_modifier_on_shapekey_obj_desc')
bl_options: Set[str] = {'REGISTER', 'UNDO'}