I am trying to get the .bvh file to import to Blender. What I have noticed is that the .bvh file has the values of the Th output in smpl_full. This results in the root bone moving.
I tried to:
Set the camera to (0, 0, 0) in Blender space, which created movement that wasn't there.
Set the camera to copy the m_avg_root's position. Which eliminated the unwanted movement, but didn't give the same results as smpl_mesh.
When looking at the .bvh output, I see that the root bone is getting the values of the "Th" key.
I wanted to know if this is intentional.
Manually switching the first 3 coordinate values with the second 3 coordinates results in a stationary camera, but the camera at root is still not the "correct" position.
Hi,
I am working on a project where I need to get the same results as the
smpl_mesh
output in blender. With these commands,I am trying to get the .bvh file to import to Blender. What I have noticed is that the .bvh file has the values of the Th output in
smpl_full
. This results in the root bone moving.I tried to:
m_avg_root
's position. Which eliminated the unwanted movement, but didn't give the same results assmpl_mesh
.When looking at the .bvh output, I see that the root bone is getting the values of the "Th" key. I wanted to know if this is intentional.
Thanks.