Blender Git Loki
Git Commits -> Revision 89957b1
Revision 89957b1 by Sergey Sharybin (depsgraph_refactor) October 13, 2014, 14:20 (GMT) |
use proper evaluation context instead of enum flag Depsgraph evaluation would need to have proper evaluation context in the future anyway, where some COW data might be stored. it was also kind of weird to have another set of enum flags defining how evaluation should happen. |
Commit Details:
Full Hash: 89957b1f1d7be121613e3f54d691bdc6a9fd1efb
Parent Commit: 52eedbd
Lines Changed: +44, -51
10 Modified Paths:
/source/blender/blenkernel/intern/scene.c (+2, -2) (Diff)
/source/blender/depsgraph/DEG_depsgraph.h (+6, -20) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+3, -3) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.h (+4, -3) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+11, -9) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsnode_component.h (+3, -2) (Diff)
/source/blender/depsgraph/util/depsgraph_util_task.cpp (+2, -2) (Diff)
/source/blender/depsgraph/util/depsgraph_util_task.h (+2, -3) (Diff)
/source/blender/makesrna/intern/rna_depsgraph.c (+10, -6) (Diff)
/source/blender/depsgraph/DEG_depsgraph.h (+6, -20) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+3, -3) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.h (+4, -3) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+11, -9) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsnode_component.h (+3, -2) (Diff)
/source/blender/depsgraph/util/depsgraph_util_task.cpp (+2, -2) (Diff)
/source/blender/depsgraph/util/depsgraph_util_task.h (+2, -3) (Diff)
/source/blender/makesrna/intern/rna_depsgraph.c (+10, -6) (Diff)