Blender Git Loki
Git Commits -> Revision 3158fc2
Revision 3158fc2 by Sybren A. Stüvel (master) September 28, 2020, 12:12 (GMT) |
Fix T80967: Alembic, crash when the imported sim from Houdini starts Compare mesh loop count with number of loop normals before reading the loop normals. Houdini doesn't always write the correct loop normals to Alembic. When a mesh is animated and then replaced by a fluid simulation, Houdini will still write the original mesh's loop normals, but the mesh verts/loops/polys are from the simulation. In such cases the normals cannot be mapped to the mesh, so it's better to ignore them. |
Commit Details:
Full Hash: 3158fc2593e1afc29280187d9e427a6c21a8f37f
Parent Commit: b88a9cf
Lines Changed: +10, -1
1 Modified Path:
/source/blender/io/alembic/intern/abc_reader_mesh.cc (+10, -1) (Diff)