fix bad armature merging issues

also merge all bones isn't needed. we should do that by default

This also now uses dictionary matching to find bone types like hips, spine, and chest that should be merged.

Deletes bone shared and merges armatures, and parents bones back, causing a seamless merge.
This commit is contained in:
989onan
2025-02-18 19:30:56 -05:00
parent 855bb84e76
commit 07adaa590b
4 changed files with 57 additions and 44 deletions
-1
View File
@@ -155,7 +155,6 @@ class AvatarToolKit_PT_CustomPanel(Panel):
# Group related options together
transform_col: UILayout = col.column(align=True)
transform_col.prop(toolkit, "merge_all_bones")
transform_col.prop(toolkit, "apply_transforms")
col.separator(factor=0.5)