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 07:11:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-15 07:11:07 +0400
commit02bac0bebfcf7f56d5ff7f04a122ec8144424e3d (patch)
treec44da5b2b51db5033cc57ec8d62ca8d2aaf84fb3 /source/blender/makesdna/DNA_mask_types.h
parent7cc5af4ef3869f6a1d2766eb5643f94e2f540cfa (diff)
falloff option for mask layers
Diffstat (limited to 'source/blender/makesdna/DNA_mask_types.h')
-rw-r--r--source/blender/makesdna/DNA_mask_types.h2
1 files changed, 2 insertions, 0 deletions
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 */