From 02bac0bebfcf7f56d5ff7f04a122ec8144424e3d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 15 Jul 2012 03:11:07 +0000 Subject: falloff option for mask layers --- source/blender/makesdna/DNA_mask_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_mask_types.h') diff --git a/source/blender/makesdna/DNA_mask_types.h b/source/blender/makesdna/DNA_mask_types.h index 4c2330965ee..dd9ea508723 100644 --- a/source/blender/makesdna/DNA_mask_types.h +++ b/source/blender/makesdna/DNA_mask_types.h @@ -127,6 +127,8 @@ typedef struct MaskLayer { float alpha; char blend; char blend_flag; + char falloff; + char pad[7]; char flag; /* for animation */ char restrictflag; /* matching 'Object' flag of the same name - eventually use in the outliner */ -- cgit v1.2.3