Blender Git Commit Log
Git Commits -> Revision f76d49e
Revision f76d49e by Sergey Sharybin (master) March 2, 2018, 15:27 (GMT) |
Depsgraph: Fix dependency cycle when ID prop drives ID property Introduced explicit ID property node for driers in depsgraph, so it is clear what is the input for driver, and what is the output. This also solved relations builder throwing lots of errors due to ID property not being found. |
Commit Details:
Full Hash: f76d49ed9504612cc5ba3956b53f920f7c93bd20
Parent Commit: 411a781
Lines Changed: +69, -8
6 Modified Paths:
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+43, -4) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.h (+2, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+10, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+12, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+1, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cc (+1, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.h (+2, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+10, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+12, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+1, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cc (+1, -0) (Diff)