]> git.tdb.fi Git - libs/gl.git/commit
Deep copy vertex groups when copying vertices in the exporter
authorMikko Rasa <tdb@tdb.fi>
Tue, 30 Jul 2024 15:30:19 +0000 (18:30 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 30 Jul 2024 15:30:19 +0000 (18:30 +0300)
commite1be0d24e3a38d931897358a96d5ddc000c153f0
tree840c199bd4dd8e1f6b6fbd4cef6198d45533d1a3
parent52ae6b511db79057872752a7dda6047d58a9dec2
Deep copy vertex groups when copying vertices in the exporter

If multiple vertices reference the same group data after splitting
by normals, group mapping gets applied multiple times, resulting in
incorrect group indices.
blender/io_mspgl/mesh.py