Blender Git Loki
Git Commits -> Revision 7cd7bef
Revision 7cd7bef by Philip Luk (cycles_unbiased_volumes) July 5, 2019, 13:39 (GMT) |
Raise error when reading Alembic with degenerate geometry, cherry picked from tangent anim blender278 remote Raise error when reading Alembic with degenerate geometry Alembic files containing faces with fewer than 3 vertices were causing Blender to crash. While this is not a proper fix (would require actually handling the invalid geometry), this at least prevents the crash, instead giving an error message, informing of the degenerate geometry. (cherry picked from commit aeb4fdbe3ef63a3fcf7920f5fb1f4484da1a1fe3) |
Commit Details:
Full Hash: 7cd7bef3e5f7bb68a2a474972b93369cbe7e6d89
Parent Commit: 5f0f9f2
Lines Changed: +61, -12