From 9dad2a0e086e3c459550bb445c436333438ba88a Mon Sep 17 00:00:00 2001 From: Antonioya Date: Thu, 20 Sep 2018 12:54:04 +0200 Subject: [PATCH] GP: Fix Alt+S problem with multiframe edition The stroke must not be recalc, because the number of points does not change,so the triangulation of fill is the same. --- source/blender/editors/transform/transform.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c index 405849ec4ee..02edb04e2ff 100644 --- a/source/blender/editors/transform/transform.c +++ b/source/blender/editors/transform/transform.c @@ -5355,8 +5355,6 @@ static void applyGPShrinkFatten(TransInfo *t, const int UNUSED(mval[2])) } } - recalcData(t); - ED_area_status_text(t->sa, str); } /** \} */