Commit: 512f631af64398de4062c3fd0bd6f1c26e410437
Author: Campbell Barton
Date:   Thu Aug 27 15:22:08 2015 +1000
Branches: master
https://developer.blender.org/rB512f631af64398de4062c3fd0bd6f1c26e410437

Fix T43826: Sculpt grab anchored fails

Regression caused by GSOC2013 merge f745564

===================================================================

M       source/blender/editors/sculpt_paint/paint_stroke.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c 
b/source/blender/editors/sculpt_paint/paint_stroke.c
index a6d8095..b78916d 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.c
+++ b/source/blender/editors/sculpt_paint/paint_stroke.c
@@ -335,7 +335,6 @@ static bool paint_brush_update(bContext *C,
                }
                else {
                        copy_v2_v2(ups->anchored_initial_mouse, 
stroke->initial_mouse);
-                       copy_v2_v2(mouse, stroke->initial_mouse);
                        stroke->stroke_distance = ups->pixel_radius;
                }
                ups->pixel_radius /= stroke->zoom_2d;

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to