I need to export and import data with the following requirements: Hierarchical X,Y,Z euler rotation per keyframe around joints Overall Translation and rotation for each keyframe
I am looking to find as simple a format as I can (for example, .obj is very simple for models, but sadly no animation format, but on that scale). I'd like it to be editable in a modeller directly (although I'm ok with something that works in some modellers, and could in others if converted by a public tool). Preferably, have a simple public API, or be so simple I could write import/export myself. I thought about Collada, but the public open source APIs seem very very hard to deal with (I can't find one that really works). Anim8or files are suitable, except that no other modellers can really deal with it.