-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hi,
I'm trying to get motion information from fg-motion.json and reproduce them in blender. I have two questions at the moment.
-
I assume the joint_so3 is applied gradually on each joints based on previous frame's skeleton. Then, I tried to apply the first element of the joint_so3 on the rest pose, but the output doesn't match with the fg-0000-bone.obj. If I start with the fg-0000-bone.obj's pose and apply the second elements from joint_so3, it also doesn't align with the next skeleton pose. My question would be what is joint_so3 and how to start from the rest pose and apply joint_so3 gradually to get deformed skeleton pose?
-
If joint_so3 should be used as what I assumed, then I think it applies rotations on all children joints, except the root joints. My second question is how to get the displacement of the skeleton? I checked 't_articulation' and I think it is the 3d coordinates of the joints per keyframe. But seems like blender cannot generate animations by inserting keyframe of 3d bone location.
Here is the fg-motion i'm using: fg-motion.json, extracted from cat-pikachu-0
Thank you so much in advance for this specific blender-related question