Godot Version
4.5.1
Question
Hello! I am trying to add an animation from one imported library to another imported library using skeleton retargeting and I’m running into an issue.
Specifically I am trying to add one of the animations from KevDev’s melee animations to Quaternius’ universal animation library. I have added a BoneMap with the SkeletonProfileHumanoid in the advanced import settings for both of the imported animation libraries.
I made an inherited scene for Quaternius’ animations library and saved the library locally. I did the same thing for the single animation I wanted to try adding from KevDev’s animations and saved the animation as a .res file
On the AnimationPlayer node in my inherited scene for Quaternius’ animations library I selected ManageAnimations → Load animation from file and add to library and selected the .res file I saved for the KevDev melee animation I wanted to use. At this point every animation from Quaternius’ library is still behaving as expected.
However, as soon as I select the melee animation I added from the .res file in the animations dropdown, all the other Quaternius animations are now slightly off, it appears as though the skeleton is leaning slightly to the left and angled forward. This only occurs after I select the animation I imported from the .res file.
This is what the skeleton looks like before selecting the added animation.
If I select the GeneralSkeleton node and then select Skeleton3D → Reset all bone poses the animations start behaving as intended again, but as soon as I select the animation I added to the library from the .res file they break again.
I am sure I am doing something incorrect with the way I am trying to retarget in the advanced import settings. I have reviewed this tutorial in the Godot docs. I’ve tried to modify different import settings, and have even tried setting the default rest pose for the KevDev animation to be the same rest pose used by Quaternius’ animation library, but the issue persists.
I think I might be misunderstanding how re-targeting is meant to work. Do the skeletons used by the two different animation libraries need to have an identical set of bones? If anyone can share some insight on how I can resolve this issue without having to modify the skeletons in Blender I’d be extremely grateful!