Blender Git Loki
Git Commits -> Revision 3db13dc
Revision 3db13dc by Sergey Sharybin (depsgraph_refactor) March 16, 2015, 12:58 (GMT) |
Depsgraph: Move cycle detection into own file This way depagraph building code becomes a bit less cluttered and it makes it simplier to play around with different cycle solving strategies. |
Commit Details:
Full Hash: 3db13dc6cb7b2ea6292b70728fb4f7a761e895b2
Parent Commit: c967d7d
Lines Changed: +198, -125
2 Added Paths:
/source/blender/depsgraph/util/depsgraph_util_cycle.cpp (+160, -0) (View)
/source/blender/depsgraph/util/depsgraph_util_cycle.h (+31, -0) (View)
/source/blender/depsgraph/util/depsgraph_util_cycle.h (+31, -0) (View)