Blender Git Commit Log
Git Commits -> Revision 9043020
Revision 9043020 by Sergey Sharybin (depsgraph_cleanup) May 26, 2016, 09:58 (GMT) |
Depsgraph: Move transitive reduction and cycles solver to builder folder This algorithms are only used for graph building and having them in util was causing some bad level includes from util/ to intern/. |
Commit Details:
Full Hash: 904302046b0237dd0931bbee2b5083e6ed11f30a
Parent Commit: 173b2a7
Lines Changed: +351, -349
4 Added Paths:
/source/blender/depsgraph/intern/builder/deg_builder_cycle.cc (+137, -0) (View)
/source/blender/depsgraph/intern/builder/deg_builder_cycle.h (+40, -0) (View)
/source/blender/depsgraph/intern/builder/deg_builder_transitive.cc (+128, -0) (View)
/source/blender/depsgraph/intern/builder/deg_builder_transitive.h (+40, -0) (View)
/source/blender/depsgraph/intern/builder/deg_builder_cycle.h (+40, -0) (View)
/source/blender/depsgraph/intern/builder/deg_builder_transitive.cc (+128, -0) (View)
/source/blender/depsgraph/intern/builder/deg_builder_transitive.h (+40, -0) (View)
4 Deleted Paths:
/source/blender/depsgraph/util/depsgraph_util_cycle.cc (+0, -137)
/source/blender/depsgraph/util/depsgraph_util_cycle.h (+0, -39)
/source/blender/depsgraph/util/depsgraph_util_transitive.cc (+0, -128)
/source/blender/depsgraph/util/depsgraph_util_transitive.h (+0, -39)
/source/blender/depsgraph/util/depsgraph_util_cycle.h (+0, -39)
/source/blender/depsgraph/util/depsgraph_util_transitive.cc (+0, -128)
/source/blender/depsgraph/util/depsgraph_util_transitive.h (+0, -39)