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:
authorRichard Antalik <richardantalik@gmail.com>2021-10-09 09:37:14 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-10-09 09:41:07 +0300
commit27ac80f068a94acbd1c04df45db00787da7299d3 (patch)
tree7a192bd5f45a01b2c5b9a3cf6e49be57e7ca566e /source/blender/makesdna/DNA_sequence_types.h
parent13df8616ce64a883aa9d44283ca0bfcb2c5c3d13 (diff)
VSE: rename flag for Frame Overlay feature
Rename `SEQ_EDIT_OVERLAY_SHOW` to `SEQ_EDIT_USE_FRAME_OVERLAY` to avoid confusion between `SEQ_SHOW_OVERLAY` of `SpaceSeq.flag`
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index a71f86eae9f..e363ed5ddfd 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -503,7 +503,7 @@ typedef struct SequencerScopes {
#define SELECT 1
/* Editor->over_flag */
-#define SEQ_EDIT_OVERLAY_SHOW 1
+#define SEQ_EDIT_USE_FRAME_OVERLAY 1
#define SEQ_EDIT_OVERLAY_ABS 2
#define SEQ_STRIP_OFSBOTTOM 0.05f