[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30458] branches/soc-2010-aligorith-2/ source/blender/rigidbody/rb_bullet_api.cpp: Bullet SoC - Removed some debug prints from previous commit

Joshua Leung aligorith at gmail.com
Sun Jul 18 07:01:50 CEST 2010


Revision: 30458
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30458
Author:   aligorith
Date:     2010-07-18 07:01:49 +0200 (Sun, 18 Jul 2010)

Log Message:
-----------
Bullet SoC - Removed some debug prints from previous commit

Modified Paths:
--------------
    branches/soc-2010-aligorith-2/source/blender/rigidbody/rb_bullet_api.cpp

Modified: branches/soc-2010-aligorith-2/source/blender/rigidbody/rb_bullet_api.cpp
===================================================================
--- branches/soc-2010-aligorith-2/source/blender/rigidbody/rb_bullet_api.cpp	2010-07-18 05:00:11 UTC (rev 30457)
+++ branches/soc-2010-aligorith-2/source/blender/rigidbody/rb_bullet_api.cpp	2010-07-18 05:01:49 UTC (rev 30458)
@@ -548,14 +548,10 @@
 	btVector3 vtx2((btScalar)v2[0], (btScalar)v2[1], (btScalar)v2[2]);
 	btVector3 vtx3((btScalar)v3[0], (btScalar)v3[1], (btScalar)v3[2]);
 	
-	printf("\t\tpre-add - %d\n", meshData->getNumTriangles());
-	
 	/* add to the mesh 
 	 *	- remove duplicated verts is enabled
 	 */
 	meshData->addTriangle(vtx1, vtx2, vtx3, false);
-	
-	printf("\t\tpost-add - %d\n", meshData->getNumTriangles());
 }
  
 rbCollisionShape *rbShapeNewTriMesh(rbMeshData *mesh)





More information about the Bf-blender-cvs mailing list