Blender Git Commit Log
Git Commits -> Revision 0b55947
Revision 0b55947 by Kévin Dietrich (alembic_basic_io) June 16, 2016, 13:17 (GMT) |
Fix crashing accessing normals out-of-bounds. Normals in Alembic can either be per-face or per-vertex, so read the normals according to their scope. Face normals are not read at the moment since I couldn't figure out how to read the data and there are some other annoying crashes that need to be fixed beforehand. |
Commit Details:
Full Hash: 0b55947ad931ceb6d082d7603ec0967dc50a6543
Parent Commit: 1e3eba0
Lines Changed: +56, -16