[Bf-blender-cvs] [7bd6a3b] temp_merge_gooseberry_hair: Removed own debug print.

Lukas Tönne noreply at git.blender.org
Mon Jan 19 20:48:04 CET 2015


Commit: 7bd6a3b6b0708efcd3a7ed5ffd4330b7bbf04bcc
Author: Lukas Tönne
Date:   Thu Sep 4 09:32:01 2014 +0200
Branches: temp_merge_gooseberry_hair
https://developer.blender.org/rB7bd6a3b6b0708efcd3a7ed5ffd4330b7bbf04bcc

Removed own debug print.

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

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

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

diff --git a/source/blender/blenkernel/intern/implicit.c b/source/blender/blenkernel/intern/implicit.c
index 25f36e8..b0cb229 100644
--- a/source/blender/blenkernel/intern/implicit.c
+++ b/source/blender/blenkernel/intern/implicit.c
@@ -1934,9 +1934,6 @@ static void cloth_calc_force(ClothModifierData *clmd, float UNUSED(frame), lfVec
 			cloth_apply_spring_force(clmd, search->link, lF, lX, lV, dFdV, dFdX);
 		search = search->next;
 	}
-//	printf("====== dFdV ======\n");
-//	print_sparse_matrix(dFdV);
-//	printf("============\n");
 	// printf("\n");
 }




More information about the Bf-blender-cvs mailing list