[Bf-blender-cvs] [06a854c] hair_immediate_fixes: Removed debug prints.

Lukas Tönne noreply at git.blender.org
Fri Oct 10 10:32:15 CEST 2014


Commit: 06a854cddb877e6361cb869b7e2d0cde83df3f48
Author: Lukas Tönne
Date:   Thu Oct 9 12:18:04 2014 +0200
Branches: hair_immediate_fixes
https://developer.blender.org/rB06a854cddb877e6361cb869b7e2d0cde83df3f48

Removed debug prints.

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

M	source/blender/blenkernel/intern/particle_system.c
M	source/blender/physics/intern/BPH_mass_spring.cpp

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

diff --git a/source/blender/blenkernel/intern/particle_system.c b/source/blender/blenkernel/intern/particle_system.c
index aee3a65..2ff2950 100644
--- a/source/blender/blenkernel/intern/particle_system.c
+++ b/source/blender/blenkernel/intern/particle_system.c
@@ -4263,7 +4263,6 @@ static void do_hair_dynamics(ParticleSimulationData *sim)
 	bool realloc_roots;
 	
 	if (psys_hair_update_preview(sim)) {
-		printf("updating cloth ...\n");
 		if (psys->clmd)
 			cloth_free_modifier(psys->clmd);
 	}
diff --git a/source/blender/physics/intern/BPH_mass_spring.cpp b/source/blender/physics/intern/BPH_mass_spring.cpp
index 671f8a4..b367e1b 100644
--- a/source/blender/physics/intern/BPH_mass_spring.cpp
+++ b/source/blender/physics/intern/BPH_mass_spring.cpp
@@ -739,8 +739,6 @@ int BPH_cloth_solve(Object *ob, float frame, ClothModifierData *clmd, ListBase *
 	ColliderContacts *contacts = NULL;
 	int totcolliders = 0;
 	
-	printf("solving %d\n", BPH_mass_spring_solver_numvert(cloth->implicit));
-	
 	BPH_mass_spring_solver_debug_data(id, clmd->debug_data);
 	
 	BKE_sim_debug_data_clear_category(clmd->debug_data, "collision");




More information about the Bf-blender-cvs mailing list