Blender Git Commit Log
Git Commits -> Revision 8e3676d
Revision 8e3676d by Sybren A. Stüvel (master) April 6, 2017, 14:47 (GMT) |
Alembic import: restructured the importer w.g.t. parenthood Previously, a GHash was used to store a flattened mapping of parent information based on the Alembic hierarchy, and then that hash was used to set parent pointers on Blender objects. This resulted in errors and some duplicate objects. The new approach stores parent pointers while traversing the Alembic hierarchy, which means that there is much more information about the actual context of the Alembic object itself, producing a more stable import. |
Commit Details:
Full Hash: 8e3676d5337b1faebf7e2afdf94051769eaf1347
Parent Commit: fa82737
Lines Changed: +97, -90