From ae8103240d2cf66d2d6aea5bddbc0074700df122 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Jun 2012 09:37:44 +0000 Subject: mask editing - clear feather weights (alt+s) - fix for glitch where placing the feather would jitter. --- source/blender/editors/mask/mask_add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/mask/mask_add.c') diff --git a/source/blender/editors/mask/mask_add.c b/source/blender/editors/mask/mask_add.c index cdfdde4ef31..82f82862577 100644 --- a/source/blender/editors/mask/mask_add.c +++ b/source/blender/editors/mask/mask_add.c @@ -150,7 +150,7 @@ static int find_nearest_diff_point(bContext *C, Mask *mask, const float normal_c *point_r = point; if (u_r) { - u = BKE_mask_spline_project_co(point_spline, point, u, normal_co); + u = BKE_mask_spline_project_co(point_spline, point, u, normal_co, MASK_PROJ_ANY); *u_r = u; } -- cgit v1.2.3