[Bf-blender-cvs] [512f631] master: Fix T43826: Sculpt grab anchored fails

Campbell Barton noreply at git.blender.org
Thu Aug 27 07:31:38 CEST 2015


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;




More information about the Bf-blender-cvs mailing list