Remove Zero Weights Improvements
- Added Options to preserve Parent Bones. - Added List mode only where the user can select the bones there want to remove. - Added Options to only target Deform bones only and non deform bones only. This is complete, the UI needs a little cleanup but I do this in a UI cleanup nearer Alpha 2.
This commit is contained in:
@@ -149,6 +149,19 @@
|
||||
"Tools.merge_twist_bones_desc": "When checked, twist bones will be kept, even if there are zero-weight",
|
||||
"Tools.clean_weights": "Remove Zero Weight Bones",
|
||||
"Tools.clean_weights_desc": "Remove bones with no vertex weights",
|
||||
"Tools.preserve_parent_bones": "Preserve Parent Bones",
|
||||
"Tools.preserve_parent_bones_desc": "Keep bones that have children even if they have no weights",
|
||||
"Tools.target_bone_type": "Target Bone Type",
|
||||
"Tools.target_bone_type_desc": "Filter which types of bones to process",
|
||||
"Tools.target_all_bones": "All Bones",
|
||||
"Tools.target_deform_bones": "Deform Bones Only",
|
||||
"Tools.target_non_deform_bones": "Non-Deform Bones Only",
|
||||
"Tools.list_only_mode": "List Mode Only",
|
||||
"Tools.list_only_mode_desc": "List zero weight bones instead of removing them",
|
||||
"Tools.zero_weight_bones_found": "Zero weight bones found: {bones}",
|
||||
"Tools.remove_selected_bones": "Remove Selected Bones",
|
||||
"Tools.remove_selected_bones_desc": "Remove selected zero weight bones from armature",
|
||||
"Tools.bones_removed": "Removed {count} bones",
|
||||
"Tools.clean_constraints": "Delete Bone Constraints",
|
||||
"Tools.clean_constraints_desc": "Remove all bone constraints from armature",
|
||||
"Tools.clean_constraints_success": "Removed {count} bone constraints",
|
||||
|
||||
@@ -149,6 +149,19 @@
|
||||
"Tools.merge_twist_bones_desc": "チェックすると、重みが0でもツイストボーンを保持します",
|
||||
"Tools.clean_weights": "重みなしボーンを削除",
|
||||
"Tools.clean_weights_desc": "頂点の重みがないボーンを削除",
|
||||
"Tools.preserve_parent_bones": "親ボーンを保持",
|
||||
"Tools.preserve_parent_bones_desc": "ウェイトがなくても子ボーンを持つボーンを保持",
|
||||
"Tools.target_bone_type": "対象ボーンタイプ",
|
||||
"Tools.target_bone_type_desc": "処理するボーンタイプを選択",
|
||||
"Tools.target_all_bones": "全てのボーン",
|
||||
"Tools.target_deform_bones": "変形ボーンのみ",
|
||||
"Tools.target_non_deform_bones": "非変形ボーンのみ",
|
||||
"Tools.list_only_mode": "リストモードのみ",
|
||||
"Tools.list_only_mode_desc": "ゼロウェイトボーンを削除せずにリスト表示",
|
||||
"Tools.zero_weight_bones_found": "ゼロウェイトボーンが見つかりました: {bones}",
|
||||
"Tools.remove_selected_bones": "選択したボーンを削除",
|
||||
"Tools.remove_selected_bones_desc": "選択したゼロウェイトボーンをアーマチュアから削除",
|
||||
"Tools.bones_removed": "{count}個のボーンを削除しました",
|
||||
"Tools.clean_constraints": "ボーンのコンストレイントを削除",
|
||||
"Tools.clean_constraints_desc": "アーマチュアからすべてのボーンコンストレイントを削除",
|
||||
"Tools.clean_constraints_success": "{count}個のボーンコンストレイントを削除しました",
|
||||
|
||||
@@ -149,6 +149,19 @@
|
||||
"Tools.merge_twist_bones_desc": "체크하면 가중치가 0이어도 트위스트 본 유지",
|
||||
"Tools.clean_weights": "0 가중치 본 제거",
|
||||
"Tools.clean_weights_desc": "버텍스 가중치가 없는 본 제거",
|
||||
"Tools.preserve_parent_bones": "부모 본 보존",
|
||||
"Tools.preserve_parent_bones_desc": "가중치가 없어도 자식 본이 있는 본 유지",
|
||||
"Tools.target_bone_type": "대상 본 유형",
|
||||
"Tools.target_bone_type_desc": "처리할 본 유형 필터링",
|
||||
"Tools.target_all_bones": "모든 본",
|
||||
"Tools.target_deform_bones": "변형 본만",
|
||||
"Tools.target_non_deform_bones": "비변형 본만",
|
||||
"Tools.list_only_mode": "목록 모드만",
|
||||
"Tools.list_only_mode_desc": "제로 가중치 본을 제거하지 않고 목록으로 표시",
|
||||
"Tools.zero_weight_bones_found": "제로 가중치 본 발견: {bones}",
|
||||
"Tools.remove_selected_bones": "선택한 본 제거",
|
||||
"Tools.remove_selected_bones_desc": "선택한 제로 가중치 본을 아마추어에서 제거",
|
||||
"Tools.bones_removed": "{count}개의 본이 제거되었습니다",
|
||||
"Tools.clean_constraints": "본 제약 조건 삭제",
|
||||
"Tools.clean_constraints_desc": "아마추어에서 모든 본 제약 조건 제거",
|
||||
"Tools.clean_constraints_success": "{count}개의 본 제약 조건 제거됨",
|
||||
|
||||
Reference in New Issue
Block a user