This method seems to be gone. Maybe I don’t need it though.
What I want to do is writing the rotation of bones in an armature to file (custom exporter) for every frame. What would be the best way to do this? So far I was thinking something like:
while currFrame++ < numFrames
get the bones for this frame
get/calc the attributes needed
append to file
Where I’d use set_frame to get the contents of a frame. If the method was there that is, which it
isn’t…