How can I export two meshes with Wavefront OBJ format?

Hello.

I’m learning how to export a cube and circle mesh using Wavefront OBJ format (I’m going to use them with OpenGL ES 2.0).

First I have exported cube only, and the I have exported circle and cube, both in the same file.

When I export circle and cube, I see the vertex for circle and cube, and only f section for circle. I don’t see the f section (face) for cube that I’ve seen when I only export cube mesh.

What I’m doing wrong?

Probably nothing, but not an up to date version of Blender …
Just tried, and got for both objects vertex and face data :wink:

SVN wa 33349

Is the code to export wavefront obj in python? I can’t find that script.

You click on File and then down to ‘export’ there is a Wavefront (obj) export possibility.