Blender Git Commit Log
Git Commits -> Revision 12865ca
Revision 12865ca by Sybren A. Stüvel (master) January 28, 2020, 16:58 (GMT) |
Alembic depsgraph: explicitly add ANIMATION -> CACHE dependency This dependency was removed in fd0bc7e002ced8ffd85e9aa3edcae173dbd13392, as there already were dependencies ANIMATION -> PARAMETERS and PARAMETERS -> CACHE, making ANIMATION -> CACHE unnecessary. Upon subsequent inspection, the ANIMATION -> PARAMETERS dependency was there due to the fallback behaviour in `RNANodeQuery::construct_node_identifier()`. Now this is no longer relied upon, and the required relation is made explicit again. |
Commit Details:
Full Hash: 12865caf4f3dd48f343db7167b20e303160004a3
Parent Commit: 5d36a2e
Lines Changed: +7, -3
1 Modified Path:
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+7, -3) (Diff)