Blender Git Loki
Git Commits -> Revision a1086dd
Revision a1086dd by Sybren A. Stüvel April 6, 2017, 12:22 (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: a1086ddec47a859f2d39b54f60e5d567bf3cff25
Parent Commit: 13c9cc9
Lines Changed: +97, -90