[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30773] trunk/blender/source/blender/ editors/sculpt_paint/paint_stroke.c: * removing code meant for debugging

Jason Wilkins Jason.A.Wilkins at gmail.com
Mon Jul 26 22:17:21 CEST 2010


Revision: 30773
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30773
Author:   jwilkins
Date:     2010-07-26 22:17:21 +0200 (Mon, 26 Jul 2010)

Log Message:
-----------
* removing code meant for debugging

Modified Paths:
--------------
    trunk/blender/source/blender/editors/sculpt_paint/paint_stroke.c

Modified: trunk/blender/source/blender/editors/sculpt_paint/paint_stroke.c
===================================================================
--- trunk/blender/source/blender/editors/sculpt_paint/paint_stroke.c	2010-07-26 20:05:08 UTC (rev 30772)
+++ trunk/blender/source/blender/editors/sculpt_paint/paint_stroke.c	2010-07-26 20:17:21 UTC (rev 30773)
@@ -582,7 +582,7 @@
 			return;
 
 		hit = sculpt_get_brush_geometry(C, x, y, &pixel_radius, location, modelview, projection, viewport);
-return;
+
 		if (brush_use_locked_size(brush))
 			brush_set_size(brush, pixel_radius);
 





More information about the Bf-blender-cvs mailing list