VIBE
VIBE copied to clipboard
Root translation in fbx_output.py
In fbx_output.py, root translation is passed to Blender via the 'trans' array. In the other hand, this array is a constant. see line 167 : trans = np.zeros((poses.shape[0], 3))
is there a way to get this data?
Hi @Philemo , you can get more information about these stuff in this link
https://github.com/mkocabas/VIBE/blob/master/doc/demo.md
They helped me a lot.