On popular request, I made the "Sync" button (correct realtime

synchronization (framedrop) in ALT-A and synchronization to audio strips)
off by default when loading old .blend files or old ~/.B.blends.

This, however, makes the audio sequencer unusable by default, ALT-A will
not show realtime on complex scenes, and the "Frs/sec" value will be
ignored.
This commit is contained in:
Alexander Ewering 2003-09-11 19:08:45 +00:00
parent dd2551661a
commit c397e66bed

@ -3702,7 +3702,7 @@ static void do_versions(Main *main)
for (sce= main->scene.first; sce; sce= sce->id.next) {
sce->audio.mixrate = 44100;
sce->audio.flag |= (AUDIO_SYNC + AUDIO_SCRUB);
sce->audio.flag |= AUDIO_SCRUB;
}
// init new shader vars
for (ma= main->mat.first; ma; ma= ma->id.next) {