]> git.tdb.fi Git - libs/gl.git/commit
Fix suspicious code in the mesh exporter
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Mar 2021 16:11:14 +0000 (18:11 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Mar 2021 16:11:14 +0000 (18:11 +0200)
commit2e7ed8bf667c2a3b79683cbda2ebce15019e5f88
tree8a9573110c55637858e4e6b0b4498d47b84eef47
parent3d156fc172b3de552fa29578218dae89a07b2728
Fix suspicious code in the mesh exporter

The pivot_vertices function was expecting a list of vertices, but only
one vertex was passed in.  In fact the entire function seemed rather
useless now that the mesh is triangulated at an early stage.
blender/io_mspgl/mesh.py