Use line curve for cavity mask instead of sharp as default when no curve

is found during loading
This commit is contained in:
2015-02-11 15:27:50 +01:00
parent 743a67c6cb
commit 44f09c93d1

View File

@@ -5437,7 +5437,7 @@ static void direct_link_paint(FileData *fd, Paint *p)
if (p->cavity_curve)
direct_link_curvemapping(fd, p->cavity_curve);
else
BKE_paint_cavity_curve_preset(p, CURVE_PRESET_SHARP);
BKE_paint_cavity_curve_preset(p, CURVE_PRESET_LINE);
}
static void direct_link_paint_helper(FileData *fd, Paint **paint)