Blender Git Loki
Git Commits -> Revision bae796f
Revision bae796f by Sybren A. Stüvel (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 1, 2018, 15:01 (GMT) |
Alembic import: fixed mesh corruption when changing topology When the mesh changed topology but kept the vertex count the same, it would result in a corrupt mesh. By checking the face & loop counts too, this has become less likely. I've checked IPolyMeshSchema::isConstant(), but it returns true even when we see that the mesh changed topology. |
Commit Details:
Full Hash: bae796f0d54e3e806684cb6c29b7cda79f828b70
Parent Commit: 02bac54
Committed By: Bastien Montagne
Lines Changed: +4, -1
1 Modified Path:
/source/blender/alembic/intern/abc_mesh.cc (+4, -1) (Diff)