How one should prepare the animations for export to xml3d? Does the exporter supports pose library? Or the exported animations are keyframe based. Is there any documentation where I can check how exporter maps the animation data?
Asked
Active
Viewed 106 times
1 Answers
1
I guess you are referring to this exporter: https://github.com/ksons/xml3d-blender-exporter/
This exporter supports armatures in many but probably not all ways supported by Blender. Here is a very coarse mapping from blender objects to XML3D elements: https://github.com/ksons/xml3d-blender-exporter/wiki/Mappings

ksons
- 183
- 9
-
Does it export poses or keyframes or just the bones? – Xyz Jun 23 '15 at 18:47
-
1It exports bones and keyframe animations. – ksons Jun 24 '15 at 12:33
-
Do you plan to export poses from blender pose library too? What about non-linear animations? – Xyz Jun 24 '15 at 19:45