Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-07-15 00:53:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-15 00:53:52 +0400
commit41fe8b9ea94fa6877d35a51567cd83b255431306 (patch)
treef83e3d6e8121b49149b96064755f0b3bb322210c /source/blender/editors/mask
parent5e7f8b83edaa82caabfea3bfaa72ff27c8e0e9d1 (diff)
use a different setting for fill/cyclic - you may want to have unfilled cyclic curves.
Diffstat (limited to 'source/blender/editors/mask')
-rw-r--r--source/blender/editors/mask/mask_draw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/mask/mask_draw.c b/source/blender/editors/mask/mask_draw.c
index f080b9f96e7..f378d5452a4 100644
--- a/source/blender/editors/mask/mask_draw.c
+++ b/source/blender/editors/mask/mask_draw.c
@@ -388,6 +388,9 @@ static void draw_spline_curve(MaskLayer *masklay, MaskSpline *spline,
mask_draw_curve_type(spline, feather_points, tot_feather_point,
TRUE, is_smooth, is_active,
rgb_tmp, draw_type);
+
+ /* TODO, draw mirror values when MASK_SPLINE_NOFILL is set */
+
MEM_freeN(feather_points);
/* draw main curve */