Blender Git Loki
Git Commits -> Revision b6aa8a7
Revision b6aa8a7 by Sergey Sharybin (master) May 2, 2018, 15:09 (GMT) |
Depsgraph: Add per-depsgraph debug name which is shown in the logs This way we can see for which depsgraph datablock is being evaluated for. |
Commit Details:
Full Hash: b6aa8a71fd8b12306ced2281805d70a24a6fc288
Parent Commit: 651a255
Lines Changed: +105, -17
8 Modified Paths:
/source/blender/blenkernel/intern/layer.c (+10, -11) (Diff)
/source/blender/blenkernel/intern/scene.c (+7, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph.h (+12, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_debug.h (+3, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+54, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+1, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cc (+15, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+3, -2) (Diff)
/source/blender/blenkernel/intern/scene.c (+7, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph.h (+12, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_debug.h (+3, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+54, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+1, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cc (+15, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+3, -2) (Diff)