Blender Git Loki
Git Commits -> Revision 21dc675
Revision 21dc675 by Sergey Sharybin (depsgraph_refactor) March 16, 2015, 11:35 (GMT) |
Depsgraph: Code cleanup, move functions to corresponding implementation files Previously some utility functions for nodes and relations builder were implemented in general builder file, which kept it a bit tricky to keep track of the changes. Now all nodes/relations builder functions are implemented in single file, without spreading out across the whole filesystem. |
Commit Details:
Full Hash: 21dc6752861178d440fe68db29ad203c101f0347
Parent Commit: a2a7770
Lines Changed: +276, -260
4 Modified Paths:
/source/blender/depsgraph/intern/depsgraph_build.cpp (+0, -259) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_idusers.cpp (+25, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+137, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+114, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_idusers.cpp (+25, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+137, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+114, -0) (Diff)