Blender Git Commit Log

Git Commits -> Revision 5883b6f

Revision 5883b6f by Sybren A. Stüvel (master)
September 19, 2019, 15:36 (GMT)
Fix T70021: Alembic incomplete crease import

Creases are stored by the vertex indices of the edges. Sometimes they
were stored with (v1, v2) when the edge itself was stored with (v2, v1).
We now search for both orientations.

Sorting the vertex indices before searching avoids the second search
altogether when loading the example file of T70021.

Commit Details:

Full Hash: 5883b6fde2d843e759016a07ae16abe762eb4d19
Parent Commit: c1612ca
Lines Changed: +16, -3

1 Modified Path:

/source/blender/alembic/intern/abc_mesh.cc (+16, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021