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/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index d9057c45380..5dbc80c16a5 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -289,6 +289,10 @@ typedef struct BrightContrastModifierData {
float contrast;
} BrightContrastModifierData;
+typedef struct SequencerMaskModifierData {
+ SequenceModifierData modifier;
+} SequencerMaskModifierData;
+
/* ***************** Scopes ****************** */
typedef struct SequencerScopes {
@@ -434,6 +438,7 @@ enum {
seqModifierType_Curves = 2,
seqModifierType_HueCorrect = 3,
seqModifierType_BrightContrast = 4,
+ seqModifierType_Mask = 5,
NUM_SEQUENCE_MODIFIER_TYPES
};