[Bf-blender-cvs] [b8a9579] master: Removed own debug print.

Lukas Tönne noreply at git.blender.org
Tue Jan 20 09:49:37 CET 2015


Commit: b8a9579954cf264a63d1c6754368bb2424bd9d26
Author: Lukas Tönne
Date:   Thu Sep 4 09:32:01 2014 +0200
Branches: master
https://developer.blender.org/rBb8a9579954cf264a63d1c6754368bb2424bd9d26

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