Masking: fix for initialdeather point not being offset to the mouse position

This commit is contained in:
2014-03-31 14:59:53 +06:00
parent f06a1b77e2
commit 851805d84e

View File

@@ -929,6 +929,10 @@ static int slide_point_modal(bContext *C, wmOperator *op, const wmEvent *event)
data->orig_spline = BKE_mask_spline_copy(data->spline);
}
if (data->initial_feather) {
*weight = w * weight_scalar;
}
slide_point_delta_all_feather(data, delta);
}
else {