]> git.tdb.fi Git - libs/gl.git/commit
Major rework of mesh handling in Blender exporter
authorMikko Rasa <tdb@tdb.fi>
Fri, 3 May 2019 17:13:45 +0000 (20:13 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 3 May 2019 17:18:24 +0000 (20:18 +0300)
commit306be12bfad9de3c0fee353feaaa9904bc925fb6
treebcd0fc7b67f70cd105231f490ebb413d965a81a7
parent35f3540e50fdb9f45cd8e53cbe131610aa030a68
Major rework of mesh handling in Blender exporter

All of the preprocessing has been moved out of the MeshExporter class and
into a utility function.  This should make it easier for other exporter
classes to use meshes.
blender/io_mspgl/export_mesh.py
blender/io_mspgl/mesh.py