Blender Git Commit Log
Git Commits -> Revision 0eb5674
Revision 0eb5674 by Sergey Sharybin (depsgraph_refactor) February 11, 2015, 14:18 (GMT) |
Depsgrpah: Move evaluation time into EvaluationCOntext This way evaluation context hols all the shared data which defines how exactly the graph needs to be evaluated, making it unnecessary to pass time source node to callbacks. Which also makes it possible to move those callbacks into BKE (where they're actually should be). |
Commit Details:
Full Hash: 0eb5674c91311ee75744014261ec3ffb49685aae
Parent Commit: 3f96ae6
Lines Changed: +75, -106
1 Deleted Path:
/source/blender/depsgraph/intern/stubs.h (+0, -32)
7 Modified Paths:
/source/blender/blenkernel/BKE_animsys.h (+9, -0) (Diff)
/source/blender/blenkernel/BKE_depsgraph.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+59, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cpp (+0, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+2, -7) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+0, -65) (Diff)
/source/blender/blenkernel/BKE_depsgraph.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+59, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cpp (+0, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+2, -7) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+0, -65) (Diff)