Merge branch 'blender-v2.83-release'

This commit is contained in:
Campbell Barton 2020-05-25 15:01:01 +10:00
commit ffcb87813b
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ static void deformStroke(GpencilModifierData *md,
if (gps->totpoints > 2) {
BKE_gpencil_stroke_normal(gps, normal);
if (is_zero_v3(normal)) {
copy_v3_fl(normal, 1.0f);
copy_v3_fl(normal, 1.0f);
}
}
else {