Blender Git Loki
Git Commits -> Revision 0e8246f
Revision 0e8246f by Lukas Toenne (depsgraph_refactor) April 9, 2014, 12:01 (GMT) |
Splitting off main construction logic from depsgraph_build.cpp. The original source file now only contains general functions for the builder classes. The actual logic for building the nodes/relations from a scene is in depsgraph_build_nodes/depsgraph_build_relations now. This helps navigation and keeps the code in those files concerned only with the actual inspection of DNA data. |
Commit Details:
Full Hash: 0e8246f8a0c0517d455f3a5e877c2bce7c581817
Parent Commit: 3414829
Lines Changed: +839, -627
2 Added Paths:
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+378, -0) (View)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+458, -0) (View)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+458, -0) (View)