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");
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to