From 6c892efdbc4d5882da9a2655b21e4f4c2559106b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 29 Oct 2018 13:01:48 +1100 Subject: Modifier: mask threshold option D3834 by @Allosteric --- source/blender/makesdna/DNA_modifier_types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h index ad5f3768b93..2adf4a02d22 100644 --- a/source/blender/makesdna/DNA_modifier_types.h +++ b/source/blender/makesdna/DNA_modifier_types.h @@ -192,8 +192,9 @@ typedef struct MaskModifierData { struct Object *ob_arm; /* armature to use to in place of hardcoded vgroup */ char vgroup[64]; /* name of vertex group to use to mask, MAX_VGROUP_NAME */ - int mode; /* using armature or hardcoded vgroup */ - int flag; /* flags for various things */ + short mode; /* using armature or hardcoded vgroup */ + short flag; /* flags for various things */ + float threshold; } MaskModifierData; /* Mask Modifier -> mode */ -- cgit v1.2.3