VIBE icon indicating copy to clipboard operation
VIBE copied to clipboard

Root translation in fbx_output.py

Open Philemo opened this issue 5 years ago • 1 comments

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?

Philemo avatar Nov 25 '20 13:11 Philemo

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.

carlosedubarreto avatar Apr 03 '21 11:04 carlosedubarreto