[Bf-blender-cvs] [5efd4b5] hair_immediate_fixes: Removed own debug print.

Lukas Tönne noreply at git.blender.org
Thu Sep 4 10:33:35 CEST 2014


Commit: 5efd4b555298d3eb999398f52eabe607c0657d4d
Author: Lukas Tönne
Date:   Thu Sep 4 09:32:01 2014 +0200
Branches: hair_immediate_fixes
https://developer.blender.org/rB5efd4b555298d3eb999398f52eabe607c0657d4d

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 2956a29..6ab0d02 100644
--- a/source/blender/blenkernel/intern/implicit.c
+++ b/source/blender/blenkernel/intern/implicit.c
@@ -2128,9 +2128,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