From 108ad3442960ef6ead3015736b3de679146f7a8d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 13 Feb 2014 11:47:00 +1100 Subject: Mask: option not to treat overlapping curves as holes --- source/blender/makesdna/DNA_mask_types.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_mask_types.h b/source/blender/makesdna/DNA_mask_types.h index a72e287c16f..642bc733077 100644 --- a/source/blender/makesdna/DNA_mask_types.h +++ b/source/blender/makesdna/DNA_mask_types.h @@ -216,7 +216,10 @@ enum { /* masklay->flag */ enum { MASK_LAYERFLAG_LOCKED = (1 << 4), - MASK_LAYERFLAG_SELECT = (1 << 5) + MASK_LAYERFLAG_SELECT = (1 << 5), + + /* no holes */ + MASK_LAYERFLAG_FILL_DISCRETE = (1 << 6), }; /* masklay_shape->flag */ -- cgit v1.2.3