Joints have the same orientation as the body part they're moving. For example the elbow joint has the same rotation as the lower arm. So there is no need for a seperate function.
Hi again! I'm working on another script. Is there a function to get all objects (spheres, cubes, cylinders) positions at the current frame?
I can get initial positions by parsing the mod file, however couldn't find functions.
Thanks!
-----
I think I found it. Should be get_obj_pos().
Found it here, as well as some others:
https://raw.githubusercontent.com/tr...ibash_docs.txt
Back on a track!