Get animation key x,y,z in Motion Builder python

Hello everyone,

I want to make a script in motion builder python that will take a .fbx with animation, take each keys of the animation curve and after that, check key by key the position gap between each key. If the gap is big, it means that the animation in .fbx is corrupt.

For now, i have my keys but i don’t know how to extract x, y, z values (or a vector like translation), someone now? i made some research but scripting in mobui is not very documented :sweat_smile:

Thanks