http://svn.berlios.de/svnroot/repos/ool ... onverters/
Three Python scripts and three Mac OS X drag-n-drop applications generated from the scripts. The apps or scripts are used to convert models from one format to another.
Mesh2DatTex.py
DropMesh2DatTex.app
Mesh2DatTex.app accepts Meshwork files with a .mesh extension dropped upon it and generates Oolite compatible .dat files as a result.
The Python script accepts any number of .mesh files as arguments, again generating .dat files as output.
Mesh2DatTex is quite old and there may be problems with textures being reversed, you're advised to check your models carefully.
Obj2DatTex.py
Obj2DatTex.app
Obj2DatTex.app accepts Wavefront files with a .obj extension dropped upon it and generates Oolite compatible .dat files as a result.
The Python script accepts any number of .obj files as arguments, again generating .dat files as output.
Obj2DatTex has recently been updated and should not present any problems.
Mesh2Obj.py
Mesh2Obj.app
Mesh2Obj.app accepts Meshwork files with a .mesh extension dropped upon it and generates Wings3D compatible Wavefront .obj and .mtl files as a result.
The Python script accepts any number of .mesh files as arguments, again generating .dat and .mtl files as output.
Mesh2Obj is new, and is being used to update old Meshwork models in Wings3D.
Edit: Changed to URL of current tools. — Ahruman