[Bf-blender-cvs] [75c5f61] id-remap: Silence a bit debug prints!

Bastien Montagne noreply at git.blender.org
Wed Nov 11 12:45:06 CET 2015


Commit: 75c5f6135cba93c34a91efc76f0cbd450d223e47
Author: Bastien Montagne
Date:   Wed Nov 11 12:44:47 2015 +0100
Branches: id-remap
https://developer.blender.org/rB75c5f6135cba93c34a91efc76f0cbd450d223e47

Silence a bit debug prints!

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

M	source/blender/blenkernel/intern/library.c

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

diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c
index 04d3b24..9f6f2d3 100644
--- a/source/blender/blenkernel/intern/library.c
+++ b/source/blender/blenkernel/intern/library.c
@@ -1169,7 +1169,7 @@ static void libblock_remap_data(
 				/* Note that we cannot skip indirect usages of old_id here (if requested), we still need to check it for
 				 * the user count handling...
 				 * XXX No more true (except for debug usage of those skipping counters). */
-				printf("\tchecking id %s (%p, %p)\n", id->name, id, id->lib);
+//				printf("\tchecking id %s (%p, %p)\n", id->name, id, id->lib);
 				r_id_remap_data->id = id;
 				BKE_library_foreach_ID_link(id, foreach_libblock_remap_callback, (void *)r_id_remap_data, IDWALK_NOP);
 			}




More information about the Bf-blender-cvs mailing list