vector rot; rot = cracktransform(XFORM_TRS, XFORM_XYZ, 0, {0,0,0}, @transform);
outputs
{ 0.0, 0.0, 0.0 }
whereas the transform matrix (head_rot on frame 1) looks like this:
[ 0.940178, -0.0863294, -0.329566, 0.0298117, 0.984498, -0.172842, 0.339378, 0.152677, 0.928177 ]
I tried to be clever and use a map points SOP, but that wouldn't even capture the transform matrix from MocapStream, so there goes that idea.
How do I do....anything?