[Bf-blender-cvs] [9dad2a0e086] blender2.8: GP: Fix Alt+S problem with multiframe edition

Antonioya noreply at git.blender.org
Thu Sep 20 12:54:23 CEST 2018


Commit: 9dad2a0e086e3c459550bb445c436333438ba88a
Author: Antonioya
Date:   Thu Sep 20 12:54:04 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB9dad2a0e086e3c459550bb445c436333438ba88a

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.

===================================================================

M	source/blender/editors/transform/transform.c

===================================================================

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);
 }
 /** \} */



More information about the Bf-blender-cvs mailing list