I’ve written an blender exporter for my OpenGL library. It exports Mesh models, materials, skeletons, and keys.
With the current head revision I get the “mesh has no attribute faces” error during UV export (faces = o.data.faces).
Has the blender object model changed with bmesh?