I am trying to extract the rotation of an object based on these values:
[ 0.00000000, 0.00000000, 0.00000000,
0.33333334, -0.53828228, 0.00000000,
0.66666669, -1.07656455, 0.00000000,
1.00000000, -1.61484683, 0.00000000 ]
I am not quite sure how to do that properly.. I found a few solutions online but none worked for me since all values used on those examples were a bit different from the one above. Does anyone know how to extract that using Python/OpenMaya? I would appreciate any help. Thanks in advance.