[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37243] trunk/blender/source/blender/ editors/sculpt_paint/paint_image.c: mistake in last commit.

Campbell Barton ideasman42 at gmail.com
Mon Jun 6 10:45:18 CEST 2011


Revision: 37243
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37243
Author:   campbellbarton
Date:     2011-06-06 08:45:17 +0000 (Mon, 06 Jun 2011)
Log Message:
-----------
mistake in last commit.

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	2011-06-06 08:43:17 UTC (rev 37242)
+++ trunk/blender/source/blender/editors/sculpt_paint/paint_image.c	2011-06-06 08:45:17 UTC (rev 37243)
@@ -5040,7 +5040,7 @@
 		if(use_zoom)
 			glScalef(zoomx, zoomy, 1.0f);
 
-		glColor4f(brush->add_col[0], brush->add_col[1], brush->add_col[2], 0.5);
+		glColor4f(brush->add_col[0], brush->add_col[1], brush->add_col[2], alpha);
 		glEnable( GL_LINE_SMOOTH );
 		glEnable(GL_BLEND);
 		glutil_draw_lined_arc(0, (float)(M_PI*2.0), size, 40);




More information about the Bf-blender-cvs mailing list