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:
authorTon Roosendaal <ton@blender.org>2005-05-19 23:58:53 +0400
committerTon Roosendaal <ton@blender.org>2005-05-19 23:58:53 +0400
commit3fb7442d35e6c8a36f3aaebc7a9175a3b77b5251 (patch)
treeb4cce502420d462013bb5df947e15187789de69c /source/blender/makesdna
parentdee5af12e3327dd2dcd80eaef15c44756eb42315 (diff)
Made TimeLine "Play" also play sound and synchronize with it. Added the
feature with a header button. Works like audio playback on ALT+A, meaning you have to add the audio strips in Sequencer. The 'only sync' option for ALT+A doesn't work here. Also: fixed crash on ESC in audio playback in sequencer.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index c6ba84b9a41..cd9bf98776a 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -543,6 +543,7 @@ typedef struct SpaceImaSel {
#define TIME_ALL_3D_WIN 2
#define TIME_ALL_ANIM_WIN 4
#define TIME_ALL_BUTS_WIN 8
+#define TIME_WITH_SEQ_AUDIO 16
#endif