You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when importing VMD files, if a bone name from the VMD doesn't match any bone in the model, it's simply skipped with a warning. This causes animation data loss when bone names don't match exactly.
Request:
Add a fallback mechanism that tries multiple name sources (name_j, name_e) when the primary match fails, with conflict resolution to ensure one-to-one mapping between VMD bones and Blender bones.
Expected behavior:
Try primary bone name first (current behavior)
If not found, try other names like name_e
Resolve conflicts to maintain strict one-to-one mapping
Log which fallback was used
The text was updated successfully, but these errors were encountered:
Currently, when importing VMD files, if a bone name from the VMD doesn't match any bone in the model, it's simply skipped with a warning. This causes animation data loss when bone names don't match exactly.
Request:
Add a fallback mechanism that tries multiple name sources (name_j, name_e) when the primary match fails, with conflict resolution to ensure one-to-one mapping between VMD bones and Blender bones.
Expected behavior:
Try primary bone name first (current behavior)
If not found, try other names like name_e
Resolve conflicts to maintain strict one-to-one mapping
Log which fallback was used
The text was updated successfully, but these errors were encountered: