Retarget Animation
This operator is only for retarget skeleton only.
Retarget Animation
Export animation as animation entry, which then can be exported into .json
, and applied to Lost Saga Skeleton. Retargeted animation have different icon, which indicates that they're sourced from retarget.
Depending whether Apply Rest Rotation
is enabled or not, retarget animation will try to multiply its quaternion with rest quaternion.
Warning
Retargeting is currently nowhere near good or perfect, attempting to do so will not produce any doable results.
The current proposed solution is to use delta transformation (another explanation) for retarget, which stores its rest rotation without having to modify its initial rotation. We then can calculate the position/rotation based off current position/quaternion and then added/multiplied by its delta position/quaternion.