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,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to