Blender Git Commit Log
Git Commits -> Revision d736d80
December 16, 2015, 08:01 (GMT) |
Use C callbacks for implementation of DepsNodeHandle. This makes it possible to create generic dependency functions to handle dependencies in various ways, using the same reporting callback. Currently used for depsgraph building in 2 passes (nodes & relations). |
Commit Details:
Full Hash: d736d8073b8775bb8e4166241c4206af88eaabd7
Parent Commit: 69687b7
Lines Changed: +174, -143
6 Modified Paths:
/source/blender/depsgraph/DEG_depsgraph_build.h (+14, -9) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+11, -78) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.h (+7, -45) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cc (+28, -7) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cc (+71, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+43, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+11, -78) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.h (+7, -45) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cc (+28, -7) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cc (+71, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+43, -0) (Diff)