From 3cbd9ebcf2300360a3a37c951d2fc1c591b11b24 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 12 Apr 2014 16:35:11 +1000 Subject: Fix for sculpt mode last-stroke applying obmat twice --- source/blender/editors/sculpt_paint/sculpt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/sculpt.c') diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c index eea7851415c..290acc49a8e 100644 --- a/source/blender/editors/sculpt_paint/sculpt.c +++ b/source/blender/editors/sculpt_paint/sculpt.c @@ -4603,7 +4603,6 @@ static void sculpt_stroke_done(const bContext *C, struct PaintStroke *UNUSED(str /* update last stroke position */ ob->sculpt->last_stroke_valid = 1; ED_sculpt_get_average_stroke(ob, ob->sculpt->last_stroke); - mul_m4_v3(ob->obmat, ob->sculpt->last_stroke); sculpt_cache_free(ss->cache); ss->cache = NULL; -- cgit v1.2.3