[Bf-blender-cvs] [f36e77e] mesh-transfer-data: Gah, without the debug print please :|

Bastien Montagne noreply at git.blender.org
Fri Nov 21 23:57:19 CET 2014


Commit: f36e77e42ab6fdba382630c9bbafe2338be66c04
Author: Bastien Montagne
Date:   Fri Nov 21 23:56:59 2014 +0100
Branches: mesh-transfer-data
https://developer.blender.org/rBf36e77e42ab6fdba382630c9bbafe2338be66c04

Gah, without the debug print please :|

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

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

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

diff --git a/source/blender/blenkernel/intern/mesh_remap.c b/source/blender/blenkernel/intern/mesh_remap.c
index 08a5fa3..810f497 100644
--- a/source/blender/blenkernel/intern/mesh_remap.c
+++ b/source/blender/blenkernel/intern/mesh_remap.c
@@ -924,8 +924,6 @@ void BKE_mesh_remap_calc_loops_from_dm(
 			num_trees = use_islands ? island_store.islands_num : 1;
 			treedata = MEM_callocN(sizeof(*treedata) * (size_t)num_trees, __func__);
 
-			printf("%d\n", num_trees);
-
 			if (use_islands) {
 				/* We expect our islands to contain poly indices, and a mapping loops -> islands indices.
 				 * This implies all loops of a same poly are in the same island. */




More information about the Bf-blender-cvs mailing list