Search found 2 matches
- Sat Oct 07, 2006 5:12 am
- Forum: Interface & Tools
- Topic: MD2 export problem
- Replies: 96
- Views: 67393
I am running into this too. I wrote an export script using the MD2 one for reference and it all boils down to the line: mesh.getFromObject(object.name) call which seems to mangle the mesh vertices somehow. Edit: I got it working by switching to NMesh and using NMesh.getRawFromObject() which seems to...
- Sat Sep 09, 2006 7:01 pm
- Forum: Interface & Tools
- Topic: Groups and OBJ files
- Replies: 0
- Views: 1639
Groups and OBJ files
I was attempting to do some modeling and animation with blender. (PS. This is a learning exercise more than anything) I have a MD3 like format which I was attempting to add some tagging capabilities. I usually just export OBJ files and read them in with a command line utility I wrote. Unfortunately ...