[Bf-blender-cvs] [2a944bc] depsgraph_refactor: Added a few missing debug function stubs for release mode.

Lukas Tönne noreply at git.blender.org
Mon May 19 12:36:55 CEST 2014


Commit: 2a944bc05cbf555d236559a0f79c4d1fcdbe0dff
Author: Lukas Tönne
Date:   Mon May 19 12:30:08 2014 +0200
https://developer.blender.org/rB2a944bc05cbf555d236559a0f79c4d1fcdbe0dff

Added a few missing debug function stubs for release mode.

===================================================================

M	source/blender/depsgraph/intern/depsgraph_debug.cpp

===================================================================

diff --git a/source/blender/depsgraph/intern/depsgraph_debug.cpp b/source/blender/depsgraph/intern/depsgraph_debug.cpp
index 59a7bf7..49dea4f 100644
--- a/source/blender/depsgraph/intern/depsgraph_debug.cpp
+++ b/source/blender/depsgraph/intern/depsgraph_debug.cpp
@@ -687,6 +687,10 @@ void DEG_debug_build_node_added(const DepsNode *node) {}
 void DEG_debug_build_relation_added(const DepsRelation *rel) {}
 void DEG_debug_build_end(void) {}
 
+void DEG_debug_eval_init(void *userdata, DEG_DebugEvalCb cb) {}
+void DEG_debug_eval_end(void) {}
+void DEG_debug_eval_step(const char *message) {}
+
 #endif /* DEG_DEBUG_BUILD */
 
 /* ************************************************ */




More information about the Bf-blender-cvs mailing list