Blender Git Commit Log

Git Commits -> Revision 1c7b19a

Revision 1c7b19a by Sergey Sharybin (depsgraph_refactor)
January 5, 2015, 18:18 (GMT)
Depsgraph: Move debug prints into G_DEBUG_DEPSGRAPH check

The idea is the following:

- All debug prints in depsgraph/ now uses dag_debug_printf,
which takes care of checking debug flags.

- This function is only intended to be used for informative prints,
all the error messages (like missing node when adding relation)
are still to be done inconditionally to stderr.

Commit Details:

Full Hash: 1c7b19aac5511348a3868630d63803a43c085dfe
Parent Commit: 782790f
Lines Changed: +146, -123

6 Modified Paths:

/source/blender/blenkernel/intern/object_update.c (+8, -8) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cpp (+9, -8) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+6, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+92, -92) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.h (+16, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+15, -13) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021