Removal of IK bones and etc, zero weight bones and more
This commit is contained in:
@@ -617,6 +617,10 @@
|
||||
"MMD.translate_shapekeys": "Shape Keys",
|
||||
"MMD.translate_objects": "Objects",
|
||||
"MMD.restructure_bones": "Restructure to Unity Format",
|
||||
"MMD.bone_cleanup": "Bone Cleanup Options:",
|
||||
"MMD.remove_ik_bones": "Remove IK Bones",
|
||||
"MMD.remove_twist_bones": "Remove Twist Bones",
|
||||
"MMD.remove_zero_weight_bones": "Remove Zero Weight Bones",
|
||||
"MMD.translation_options": "Translation Options:",
|
||||
"MMD.convert_armature_button": "Convert MMD Armature",
|
||||
"MMD.convert_armature.label": "Convert MMD Armature",
|
||||
@@ -625,6 +629,9 @@
|
||||
"MMD.conversion_info.removes_parent": "• Removes parent Empty object",
|
||||
"MMD.conversion_info.renames_armature": "• Renames armature to 'Armature'",
|
||||
"MMD.conversion_info.restructures_bones": "• Converts to Unity bone structure (Hips/Spine/Chest)",
|
||||
"MMD.conversion_info.removes_ik_bones": "• Removes IK (Inverse Kinematics) bones",
|
||||
"MMD.conversion_info.removes_twist_bones": "• Removes twist bones",
|
||||
"MMD.conversion_info.removes_zero_weight_bones": "• Removes bones with zero vertex weights",
|
||||
"MMD.conversion_info.maintains_hierarchy": "• Maintains object hierarchy",
|
||||
"MMD.conversion_info.translates_names": "• Translates Japanese names to English",
|
||||
"MMD.detection_failed.title": "MMD Detection Failed:",
|
||||
@@ -657,6 +664,15 @@
|
||||
"MMD.bones_removed": "Removed {count} unnecessary bones",
|
||||
"MMD.bones_reparented": "Reparented {count} bones",
|
||||
"MMD.restructure_failed": "Bone restructuring failed: {error}",
|
||||
"MMD.ik_bones_removed": "Removed {count} IK bones",
|
||||
"MMD.no_ik_bones_found": "No IK bones found to remove",
|
||||
"MMD.ik_removal_failed": "IK bone removal failed: {error}",
|
||||
"MMD.twist_bones_removed": "Removed {count} twist bones",
|
||||
"MMD.no_twist_bones_found": "No twist bones found to remove",
|
||||
"MMD.twist_removal_failed": "Twist bone removal failed: {error}",
|
||||
"MMD.zero_weight_bones_removed": "Removed {count} zero weight bones",
|
||||
"MMD.no_zero_weight_bones_found": "No zero weight bones found to remove",
|
||||
"MMD.zero_weight_removal_failed": "Zero weight bone removal failed: {error}",
|
||||
|
||||
"Translation.label": "Translation",
|
||||
"Translation.service": "Translation Service",
|
||||
|
||||
Reference in New Issue
Block a user