[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30180] branches/soc-2010-jwilkins/source/ blender/editors/sculpt_paint/paint_stroke.c: * removed some debug traces I left in

Jason Wilkins Jason.A.Wilkins at gmail.com
Sat Jul 10 15:38:32 CEST 2010


Revision: 30180
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30180
Author:   jwilkins
Date:     2010-07-10 15:38:32 +0200 (Sat, 10 Jul 2010)

Log Message:
-----------
* removed some debug traces I left in

Modified Paths:
--------------
    branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/paint_stroke.c

Modified: branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/paint_stroke.c
===================================================================
--- branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/paint_stroke.c	2010-07-10 13:20:37 UTC (rev 30179)
+++ branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/paint_stroke.c	2010-07-10 13:38:32 UTC (rev 30180)
@@ -998,7 +998,6 @@
 
 			for(i = 0; i < steps; ++i, ++cnt) {
 				add_v2_v2(mouse, vec);
-				printf("3\n");
 				paint_brush_stroke_add_step(C, op, event, mouse);
 			}
 		}
@@ -1079,7 +1078,6 @@
 					}
 				}
 				else {
-					printf("1\n");
 					paint_brush_stroke_add_step(C, op, event, mouse);
 				}
 			}
@@ -1095,7 +1093,6 @@
 	   !(stroke->brush->flag & BRUSH_ANCHORED) &&
 	   !(stroke->brush->flag & BRUSH_SMOOTH_STROKE))
 	{
-		printf("2\n");
 		paint_brush_stroke_add_step(C, op, event, mouse);
 	}
 	





More information about the Bf-blender-cvs mailing list