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:
authorAntonioya <blendergit@gmail.com>2018-09-20 13:54:04 +0300
committerAntonioya <blendergit@gmail.com>2018-09-20 13:54:19 +0300
commit9dad2a0e086e3c459550bb445c436333438ba88a (patch)
tree417760a2deba8b2c0fbf82227f788d1566afd3bc /source/blender/editors
parentb5dbe43d3ebfdc238d56bbb71ec17735cebdc951 (diff)
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.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/transform/transform.c2
1 files changed, 0 insertions, 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);
}
/** \} */