STEAM GROUP
Open Source Filmmaker osfm
STEAM GROUP
Open Source Filmmaker osfm
369
IN-GAME
2,518
ONLINE
Founded
15 August, 2012
Riky 4 Jan, 2017 @ 12:19pm
[HELP] issues with sfm.GetRotation
Hi, I am trying to export rotations of a joint within a figure using a python script. I am using the GetRotation function, however no matter which relative space I specify, I always get rotation relative to the world axes.
I.e. when calling GetRotation(node, space = "World"), GetRotation(node, space = "RefObject"), GetRotation(node, space = "Object") I always get the same result.
Especially the last one is weird, since that should always return 0 0 0? When I use the parent space, I get different result, but also not correct. Any idea what I am doing wrong?
What I am ideally trying to achieve is to get the rotations relative to the parent of the dag, i.e. the numbers you see, when you double click the rotation slider in the Animation Set Editor