[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36674] branches/bmesh/blender/source/ blender/bmesh/operators/mesh_conv.c: print in last commit.

Campbell Barton ideasman42 at gmail.com
Fri May 13 18:57:50 CEST 2011


Revision: 36674
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36674
Author:   campbellbarton
Date:     2011-05-13 16:57:50 +0000 (Fri, 13 May 2011)
Log Message:
-----------
print in last commit.

Modified Paths:
--------------
    branches/bmesh/blender/source/blender/bmesh/operators/mesh_conv.c

Modified: branches/bmesh/blender/source/blender/bmesh/operators/mesh_conv.c
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/operators/mesh_conv.c	2011-05-13 16:55:07 UTC (rev 36673)
+++ branches/bmesh/blender/source/blender/bmesh/operators/mesh_conv.c	2011-05-13 16:57:50 UTC (rev 36674)
@@ -458,7 +458,6 @@
 
 			BLI_addfilledge(lasteve, firsteve);
 			totface += BLI_edgefill(0);
-			printf("FAces now %d\n", totface);
 
 			BLI_end_edgefill();
 		}




More information about the Bf-blender-cvs mailing list