Blender Git Commit Log
Git Commits -> Revision 5fc6afe
Revision 5fc6afe by Peter Schlaile (master) May 21, 2009, 10:25 (GMT) |
== Sequencer == This fixes: [#18007] Audio playback of a scene strip containing audio is broken. (needed a different recursion protection than video render code, since video and audio render can be called simultaneously because of SDL audio thread callbacks) Also: we don't display a wait cursor, if the scene strip has DOSEQ enabled. (no need to wait, it is the sequencer which is realtime by definition :) |
Commit Details:
Full Hash: 5fc6afe2405833b9a4963bf66829b736998eec73
SVN Revision: 20313
Parent Commit: 3f584de
Lines Changed: +139, -43