Blender Git Loki
Git Commits -> Revision fec9a4e
Revision fec9a4e by Sergey Sharybin (depsgraph_cleanup) May 25, 2016, 14:16 (GMT) |
Depsgraph: Move some of the utilities to DEG namespace |
Commit Details:
Full Hash: fec9a4e043c2adba6bc1d73111bdca2d1628b750
Parent Commit: 91fd4dd
Lines Changed: +82, -75
9 Modified Paths:
/source/blender/depsgraph/intern/builder/deg_builder_nodes.h (+0, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+25, -10) (Diff)
/source/blender/depsgraph/util/depsgraph_util_cycle.cc (+10, -15) (Diff)
/source/blender/depsgraph/util/depsgraph_util_cycle.h (+5, -3) (Diff)
/source/blender/depsgraph/util/depsgraph_util_pchanmap.cc (+14, -10) (Diff)
/source/blender/depsgraph/util/depsgraph_util_pchanmap.h (+8, -5) (Diff)
/source/blender/depsgraph/util/depsgraph_util_transitive.cc (+15, -27) (Diff)
/source/blender/depsgraph/util/depsgraph_util_transitive.h (+4, -3) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+25, -10) (Diff)
/source/blender/depsgraph/util/depsgraph_util_cycle.cc (+10, -15) (Diff)
/source/blender/depsgraph/util/depsgraph_util_cycle.h (+5, -3) (Diff)
/source/blender/depsgraph/util/depsgraph_util_pchanmap.cc (+14, -10) (Diff)
/source/blender/depsgraph/util/depsgraph_util_pchanmap.h (+8, -5) (Diff)
/source/blender/depsgraph/util/depsgraph_util_transitive.cc (+15, -27) (Diff)
/source/blender/depsgraph/util/depsgraph_util_transitive.h (+4, -3) (Diff)