]> git.tdb.fi Git - libs/gl.git/commitdiff
Fix a data corruption issue in mesh exporter
authorMikko Rasa <tdb@tdb.fi>
Tue, 11 Jun 2019 21:07:38 +0000 (00:07 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 11 Jun 2019 21:07:38 +0000 (00:07 +0300)
Apparently mathutils.Vector can refer to external data, in this case the
mesh's UV coordinates, which gets deleted with the mesh.  Copy the values
to make sure they are retained.


No differences found