Blender Git Commit Log
Git Commits -> Revision d33f458
Revision d33f458 by Sergey Sharybin (depsgraph_refactor) November 12, 2014, 12:50 (GMT) |
Depsgraph: Cleanup of time source relation a bit This way it is now possible to add a relation between TimeSourceKey and OperationKey. Some areas were trying to add such a relation already, but it just didn't work. Not totally happy with the implementation, but think the patch is good enough for the first cleanup iteration. |
Commit Details:
Full Hash: d33f458e2c04cb6a236ea1a128223b715382550a
Parent Commit: 5a421b9
Lines Changed: +80, -54
7 Modified Paths:
/source/blender/depsgraph/intern/depsgraph.cpp (+0, -7) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+0, -3) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.h (+18, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+24, -34) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+26, -0) (Diff)
/source/blender/depsgraph/intern/depsnode.cpp (+8, -7) (Diff)
/source/blender/depsgraph/intern/depsnode.h (+4, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+0, -3) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.h (+18, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+24, -34) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+26, -0) (Diff)
/source/blender/depsgraph/intern/depsnode.cpp (+8, -7) (Diff)
/source/blender/depsgraph/intern/depsnode.h (+4, -2) (Diff)