[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38809] branches/soc-2011-onion/source/ blender/editors/sculpt_paint/paint_mask.c: mask was not obeying curve

Jason Wilkins Jason.A.Wilkins at gmail.com
Fri Jul 29 05:13:46 CEST 2011


Revision: 38809
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38809
Author:   jwilkins
Date:     2011-07-29 03:13:44 +0000 (Fri, 29 Jul 2011)
Log Message:
-----------
mask was not obeying curve

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_mask.c

Modified: branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_mask.c
===================================================================
--- branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_mask.c	2011-07-29 03:05:37 UTC (rev 38808)
+++ branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_mask.c	2011-07-29 03:13:44 UTC (rev 38809)
@@ -145,7 +145,7 @@
 				if(paint_stroke_test(&test, vd.co)) {
 					float fade;
 
-					fade = bstrength;
+					fade= bstrength*paint_strength(brush, paint->cache->bspace_symm_curr, vd.co, NULL, 0, test.dist);
 						/* SNIP bstrength *
 						brush_tex_strength(
 							vc,




More information about the Bf-blender-cvs mailing list