Skip to main content

All Questions

Tagged with
0 votes
2 answers
1k views

pose.bones.matrix does not update after frame change via script

I write an exporter to retrieve the pose bone matrix for every frame. The concept looks like this, the code is called from an exporter class via an operation button in the tool shelf: ...
MrRabbit's user avatar
  • 187
11 votes
2 answers
5k views

How do you export bones relative to parent?

I'm currently writing an exporter script. So far, I can export meshes just fine, but I've got some problems with exporting the armature. According to the python api, there are three different types ...
Exilyth's user avatar
  • 308