Merge branch 'blender-v2.83-release'

This commit is contained in:
Antonio Vazquez
2020-05-11 13:55:52 +02:00

View File

@@ -139,7 +139,7 @@ static void deformStroke(GpencilModifierData *md,
pt->pressure = interpf(target, pt->pressure, weight);
CLAMP_MIN(pt->pressure, 0.1f);
CLAMP_MIN(pt->pressure, 0.0f);
}
}