Blender Git Commit Log
Git Commits -> Revision 9421d66
Revision 9421d66 by Sybren A. Stüvel (master) September 8, 2020, 14:19 (GMT) |
Cleanup: Alembic export, split `ABCHierarchyIterator::get_alembic_parent()` Split `ABCHierarchyIterator::get_alembic_parent()` into two functions: - For a given export path, find the Alembic object - Ensure that that object is usable as parent object (Alembic uses a specific 'top' object as parent to indicate "no parent"). The new function is `public` as it will be used in an upcoming feature, and is required to be public then. No functional changes. |
Commit Details:
Full Hash: 9421d66a1b74f18b1eadbfdff4d8bfc08bd19913
Parent Commit: c0b4a93
Lines Changed: +19, -7