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:
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_mask_types.h5
1 files changed, 4 insertions, 1 deletions
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 */