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>2021-07-01 04:02:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-01 04:06:04 +0300
commit39188f3c9953c887f0d4bcf21387ec09c08ef4f3 (patch)
tree61db2e6a5e2ee045b126434d8bbc07e7cc94ff92 /source/blender/makesdna
parent930ecef9b583a7dca2d886ed893dcfc684772d9c (diff)
Cleanup: rename playhead to current-frame
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index f13105ce559..d40de4184b6 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -2063,7 +2063,7 @@ enum {
/** #SequencerToolSettings.snap_mode */
#define SEQ_SNAP_TO_STRIPS (1 << 0)
-#define SEQ_SNAP_TO_PLAYHEAD (1 << 1)
+#define SEQ_SNAP_TO_CURRENT_FRAME (1 << 1)
#define SEQ_SNAP_TO_STRIP_HOLD (1 << 2)
/** #SequencerToolSettings.snap_flag */