Advertisement

Animation Retargeting library

Started by July 30, 2018 12:08 PM
0 comments, last by KakCAT 6 years, 1 month ago

Hi,

I have a big amount of animations and a big amount of characters, and I have to retarget those animations to the characters. Is there any free library which allows easy retargeting between models?

What I'd need is this:

* Supply a source FBX (or similar) with several animations,

* Supply a destination FBX with a model and a skeleton

* Supply a mapping between both skeletons for retargeting

* Get as output another FBX with the animations of the first file "retargeted" to the second model

 

This is usually automatically supplied by game engines (unreal, unity, ...) but I'm having a hard time trying to find a library that provides it (actually I've had a hard time to even find acceptable documentation to implement it)

C# would be ideal (though unlikely), but any language would do

 

Thanks!

This topic is closed to new replies.

Advertisement