Blender Git Loki
Git Commits -> Revision d3f0b39
Revision d3f0b39 by Chingiz Dyussenov (master) June 7, 2009, 05:14 (GMT) |
Basic exporter writing only vertices and faces converted to triangles. Spen't lots of time debugging the misbehaving COLLADASW::URI constructor. The problem is although I pass correct parameters to it, the resulting file ends up having empty url attributes. It is either a bug in OpenCollada or my code - couldn't figure this out. |
Commit Details:
Full Hash: d3f0b39c5fd83f00c7f38631c1089cae42ff9588
SVN Revision: 20693
Parent Commit: 5acc0fd
Lines Changed: +321, -1
2 Added Paths:
/source/blender/collada/DocumentExporter.cpp (+309, -0) (View)
/source/blender/collada/DocumentExporter.h (+7, -0) (View)
/source/blender/collada/DocumentExporter.h (+7, -0) (View)
1 Modified Path:
/source/blender/collada/collada.cpp (+5, -1) (Diff)