From 512f631af64398de4062c3fd0bd6f1c26e410437 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 27 Aug 2015 15:22:08 +1000 Subject: Fix T43826: Sculpt grab anchored fails Regression caused by GSOC2013 merge f745564 --- source/blender/editors/sculpt_paint/paint_stroke.c | 1 - 1 file changed, 1 deletion(-) (limited to '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 a6d80953178..b78916da818 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; -- cgit v1.2.3