]> git.tdb.fi Git - libs/gl.git/commit
Simplify the vertex splitting algorithm
authorMikko Rasa <tdb@tdb.fi>
Sat, 4 May 2019 20:16:58 +0000 (23:16 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 4 May 2019 20:16:58 +0000 (23:16 +0300)
commit3b14c996f1249a3e8660a699bb9e16815344bdf2
tree7a424581fb5bea388cb668ca4497641a58e1cd9b
parentef9cf91cd4638ed410a2573dd42ba25445e9bc80
Simplify the vertex splitting algorithm

It now uses single-pass loops instead of temporary lists where feasible.
blender/io_mspgl/mesh.py