[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60489] branches/soc-2013-paint/source/ blender/editors/sculpt_paint/paint_image_2d.c: tiled textures did not support gradient colors.

Antony Riakiotakis kalast at gmail.com
Tue Oct 1 16:52:57 CEST 2013


Revision: 60489
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60489
Author:   psy-fi
Date:     2013-10-01 14:52:56 +0000 (Tue, 01 Oct 2013)
Log Message:
-----------
tiled textures did not support gradient colors.

Modified Paths:
--------------
    branches/soc-2013-paint/source/blender/editors/sculpt_paint/paint_image_2d.c

Modified: branches/soc-2013-paint/source/blender/editors/sculpt_paint/paint_image_2d.c
===================================================================
--- branches/soc-2013-paint/source/blender/editors/sculpt_paint/paint_image_2d.c	2013-10-01 13:55:28 UTC (rev 60488)
+++ branches/soc-2013-paint/source/blender/editors/sculpt_paint/paint_image_2d.c	2013-10-01 14:52:56 UTC (rev 60489)
@@ -625,7 +625,7 @@
 		}
 		else if (brush->mtex.brush_map_mode == MTEX_MAP_MODE_RANDOM)
 			do_random = true;
-		else if (!(brush->flag & BRUSH_ANCHORED) || update_color)
+		else if (!((brush->flag & BRUSH_ANCHORED) || update_color))
 			do_partial_update = true;
 
 		brush_painter_2d_tex_mapping(s, diameter, painter->startpaintpos, pos, mouse,




More information about the Bf-blender-cvs mailing list