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>2014-04-12 10:35:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-12 10:35:11 +0400
commit3cbd9ebcf2300360a3a37c951d2fc1c591b11b24 (patch)
tree4df89a8abe5fc643dd301a0bc6b656ffc73421d2 /source/blender/editors/sculpt_paint/sculpt.c
parentfb095afe4d27c83a72cad0829fe0ab0546b9e8ea (diff)
Fix for sculpt mode last-stroke applying obmat twice
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c1
1 files changed, 0 insertions, 1 deletions
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;