Blender Git Loki
Git Commits -> Revision ccf6ee2
Revision ccf6ee2 by Sergey Sharybin (depsgraph_refactor) February 16, 2015, 12:03 (GMT) |
Depsgraph: Fix missing curve path in certain situations Basically this is a quick re-implementation of evaluation flags we had in the old dependency graph. I know it is not the real solution but it's not so bad as well and would allow us continue nailing all the other bugs with current granularity level before we go more advanced. |
Commit Details:
Full Hash: ccf6ee273d0c157a340d6eb98681f129d2c4e555
Parent Commit: 732ade0
Lines Changed: +71, -13
10 Modified Paths:
/source/blender/blenkernel/intern/depsgraph.c (+9, -7) (Diff)
/source/blender/depsgraph/DEG_depsgraph_build.h (+3, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+3, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cpp (+14, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+10, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.cpp (+21, -0) (Diff)
/source/blender/depsgraph/intern/depsnode.cpp (+1, -0) (Diff)
/source/blender/depsgraph/intern/depsnode.h (+6, -0) (Diff)
/source/blender/modifiers/intern/MOD_array.c (+2, -4) (Diff)
/source/blender/modifiers/intern/MOD_curve.c (+2, -1) (Diff)
/source/blender/depsgraph/DEG_depsgraph_build.h (+3, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+3, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cpp (+14, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+10, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.cpp (+21, -0) (Diff)
/source/blender/depsgraph/intern/depsnode.cpp (+1, -0) (Diff)
/source/blender/depsgraph/intern/depsnode.h (+6, -0) (Diff)
/source/blender/modifiers/intern/MOD_array.c (+2, -4) (Diff)
/source/blender/modifiers/intern/MOD_curve.c (+2, -1) (Diff)