vini-guerrero / godot_game_tools

This is a blender add-on that contains tools to ease the creation/import process of assets into Godot Game Engine
GNU General Public License v2.0
364 stars 34 forks source link

Join Animations Messes up Previous Animations #40

Open stryker313 opened 3 years ago

stryker313 commented 3 years ago

Basically, upon joining another animation, the previous animations are moved up off the ground, and their feet are not longer planted and the feet float.

Video: https://youtu.be/_OCqOw-_Lss

caniko commented 2 years ago

Yes, this happens to me too. I have to import all animations in join animation for mitigation.

stryker313 commented 2 years ago

I found that using Rokoko Retargeter instead of join animations is better than using the default join. Simply retarget all the anims that you want, then export using godot games tool export. Works like a charm.

caniko commented 2 years ago

Very smart, I'll try that out!