Armature Merging
This commit is contained in:
@@ -315,6 +315,51 @@
|
||||
"EyeTracking.type.sdk2": "SDK2 (Legacy)",
|
||||
"EyeTracking.type.sdk2_desc": "VRChat SDK2 eye tracking setup",
|
||||
|
||||
"CustomPanel.label": "Custom Avatar Tools",
|
||||
"CustomPanel.merge_mode": "Merge Mode",
|
||||
"CustomPanel.merge_mode_desc": "Select mode for merging operations",
|
||||
"CustomPanel.mode.armature": "Armature",
|
||||
"CustomPanel.mode.armature_desc": "Merge armatures together",
|
||||
"CustomPanel.mode.mesh": "Mesh",
|
||||
"CustomPanel.mode.mesh_desc": "Attach meshes to armature",
|
||||
"CustomPanel.mergeArmatures": "Merge Armatures",
|
||||
"CustomPanel.warn.twoArmatures": "Need at least two armatures to merge",
|
||||
"CustomPanel.warn.noArmOrMesh1": "No armature or meshes found",
|
||||
"CustomPanel.warn.noArmOrMesh2": "Please add required objects first",
|
||||
"CustomPanel.merge_into": "Merge Into",
|
||||
"CustomPanel.merge_into_desc": "Target armature to merge into",
|
||||
"CustomPanel.merge_from": "Merge From",
|
||||
"CustomPanel.merge_from_desc": "Source armature to merge",
|
||||
"CustomPanel.toMerge": "To Merge",
|
||||
"CustomPanel.attachMesh1": "Attach Mesh",
|
||||
"CustomPanel.attachMesh2": "Select Mesh",
|
||||
"CustomPanel.attach_mesh": "Mesh to Attach",
|
||||
"CustomPanel.attach_mesh_desc": "Select mesh to attach",
|
||||
"CustomPanel.attachToBone": "Attach to Bone",
|
||||
"CustomPanel.attach_bone": "Target Bone",
|
||||
"CustomPanel.attach_bone_desc": "Select bone to attach to",
|
||||
"CustomPanel.merge_same_bones": "Merge Same Bones",
|
||||
"CustomPanel.merge_same_bones_desc": "Merge bones with matching names",
|
||||
"CustomPanel.apply_transforms": "Apply Transforms",
|
||||
"CustomPanel.apply_transforms_desc": "Apply all transformations before merging",
|
||||
"CustomPanel.join_meshes": "Join Meshes",
|
||||
"CustomPanel.join_meshes_desc": "Join meshes after merging",
|
||||
"CustomPanel.remove_zero_weights": "Remove Zero Weights",
|
||||
"CustomPanel.remove_zero_weights_desc": "Remove vertex groups with no weights",
|
||||
"CustomPanel.cleanup_shape_keys": "Clean Shape Keys",
|
||||
"CustomPanel.cleanup_shape_keys_desc": "Remove unused shape keys",
|
||||
"CustomPanel.merge_all_bones": "Merge Same Bones",
|
||||
"CustomPanel.merge_all_bones_desc": "Merge bones with matching names",
|
||||
"CustomPanel.mergeInto": "Merge Into",
|
||||
"MergeArmature.label": "Merge Armatures",
|
||||
"MergeArmature.desc": "Merge two armatures together",
|
||||
"MergeArmature.error.notFound": "Armature '{name}' not found",
|
||||
"MergeArmature.success": "Armatures merged successfully",
|
||||
"MergeArmature.error.checkTransforms": "Please check parent transformations",
|
||||
"MergeArmature.error.pleaseFix": "Please fix parent relationships",
|
||||
"MergeArmature.error.transforms_not_aligned": "Transforms must be applied to merge this armature, either do this via the manual method or via apply transform checkmark",
|
||||
|
||||
|
||||
"Settings.label": "Settings",
|
||||
"Settings.language": "Language",
|
||||
"Settings.language_desc": "Select interface language",
|
||||
|
||||
Reference in New Issue
Block a user