quakeforge/tools/io_mesh_qfmdl
Bill Currie 40f46f2ea3 Complete mdl writing.
Except for the normal index in the frame bounds (and potentially frame
names with junk after the terminating nul), the output is identical to the
input for:
	mdl=MDL().read("invisibl.mdl")
	mdl.write("test.mdl")
2011-09-22 11:44:08 +09:00
..
__init__.py Rename qfmdl to io_mesh_qfmdl. 2011-09-21 20:18:23 +09:00
export_mdl.py Try to write out the skin. 2011-09-22 00:58:57 +09:00
import_mdl.py Don't use Vector in mdl.py 2011-09-22 11:43:57 +09:00
mdl.py Complete mdl writing. 2011-09-22 11:44:08 +09:00
quakepal.py Rename qfmdl to io_mesh_qfmdl. 2011-09-21 20:18:23 +09:00