Connect Bones
- Connect bones button added. - Added slider so the user can choose the distance, cats was set at a hard coded amount which could sometimes cause some issues for some modals.
This commit is contained in:
@@ -165,6 +165,12 @@
|
||||
"Tools.merge_bones_to_parents.label": "Merge Bones to Individual Parents",
|
||||
"Tools.remove_zero_weight_bones.threshold.label": "Weight Threshold",
|
||||
"Tools.remove_zero_weight_bones.threshold.desc": "If a bone is not weighted to any part of any mesh under the armature with a threshold greater than this, it is removed",
|
||||
"Tools.connect_bones.label": "Connect Bones",
|
||||
"Tools.connect_bones.desc": "Connect bones with their respective children",
|
||||
"Tools.connect_bones.invalid_armature": "Invalid armature selected",
|
||||
"Tools.connect_bones.min_distance.label": "Minimum Distance",
|
||||
"Tools.connect_bones.min_distance.desc": "Minimum distance between bones to connect them",
|
||||
"Tools.connect_bones.success": "Connected {bones_connected} bones successfully",
|
||||
"MergeArmatures.select_armature": "Please select an armature",
|
||||
"MergeArmatures.title.label": "Merge Armatures:",
|
||||
"MergeArmatures.label": "Merge Armatures",
|
||||
|
||||
Reference in New Issue
Block a user