Blender Git Loki
Git Commits -> Revision 0829bd7
Revision 0829bd7 by Sybren A. Stüvel (master) July 10, 2019, 07:56 (GMT) |
Alembic export: avoid BLI_assert() failure when object is not in depsgraph When the object we iterate over is not part of the depsgraph, we cannot get the evaluated copy to export. This workaround is temporary to avoid a BLI_assert() failure getting the evaluated mesh of this object. This will be handled more elegantly in the new AbstractHierarchyIterator that I'm working on, but that requires a bigger change than we should allow this close to the 2.80 release candidate. This fixes a problem described in T58686. |
Commit Details:
Full Hash: 0829bd7b66a709ea924cacf90cc1469e6907af5a
Parent Commit: e927ce8
Lines Changed: +9, -0
1 Modified Path:
/source/blender/alembic/intern/abc_exporter.cc (+9, -0) (Diff)