Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-08-27 08:22:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-08-27 08:22:08 +0300
commit512f631af64398de4062c3fd0bd6f1c26e410437 (patch)
tree1d537d3894f358e4d97f113ef8fc2bbd40d068ed /source/blender/editors/sculpt_paint/paint_stroke.c
parente9a6effa95796dfb9e9e760ee06ee326afc86b4a (diff)
Fix T43826: Sculpt grab anchored fails
Regression caused by GSOC2013 merge f745564
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_stroke.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c1
1 files changed, 0 insertions, 1 deletions
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;