[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30627] trunk/blender/source/blender/ editors/sculpt_paint/paint_image.c: just a note on where to look later

Tom Musgrove LetterRip at gmail.com
Thu Jul 22 12:59:03 CEST 2010


Revision: 30627
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30627
Author:   letterrip
Date:     2010-07-22 12:59:03 +0200 (Thu, 22 Jul 2010)

Log Message:
-----------
just a note on where to look later

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

Modified: trunk/blender/source/blender/editors/sculpt_paint/paint_image.c
===================================================================
--- trunk/blender/source/blender/editors/sculpt_paint/paint_image.c	2010-07-22 10:56:27 UTC (rev 30626)
+++ trunk/blender/source/blender/editors/sculpt_paint/paint_image.c	2010-07-22 10:59:03 UTC (rev 30627)
@@ -4830,7 +4830,9 @@
 		if ((pop->s.brush->flag & (BRUSH_ALPHA_PRESSURE|BRUSH_SIZE_PRESSURE|BRUSH_SPACING_PRESSURE)) && tablet && (pressure >= 0.99f))
 			return;
 
-		/* at zero pressure we should do nothing 1/2^12 is .0002 which is the sensitivity of the most sensitive pen tablet available*/
+		/* This can be removed once fixed properly in
+		 brush_painter_paint(BrushPainter *painter, BrushFunc func, float *pos, double time, float pressure, void *user) 
+		 at zero pressure we should do nothing 1/2^12 is .0002 which is the sensitivity of the most sensitive pen tablet available*/
 		if ((pop->s.brush->flag & (BRUSH_ALPHA_PRESSURE|BRUSH_SIZE_PRESSURE|BRUSH_SPACING_PRESSURE)) && tablet && (pressure <= 0.0002f))
 			return;
 	





More information about the Bf-blender-cvs mailing list