Revision: 20821
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20821
Author: schlaile
Date: 2009-06-12 00:21:00 +0200 (Fri, 12 Jun 2009)
Log Message:
-----------
== Sequencer ==
This fixes:
[#18894] Scene iterfer with movie in sequencer
(the real use cases that also triggered that bug are fixed with the
previous commit)
Modified Paths:
--------------
trunk/blender/source/blender/src/seqaudio.c
Modified: trunk/blender/source/blender/src/seqaudio.c
===================================================================
--- trunk/blender/source/blender/src/seqaudio.c 2009-06-11 21:43:59 UTC (rev
20820)
+++ trunk/blender/source/blender/src/seqaudio.c 2009-06-11 22:21:00 UTC (rev
20821)
@@ -679,6 +679,9 @@
sce->r.scemode &= ~R_RECURS_PROTECTION;
sce= sce->id.next;
}
+ /* fix for silly case, when people try testing with
+ the same scene ... */
+ audio_scene->r.scemode |= R_RECURS_PROTECTION;
}
void audiostream_play(int startframe, uint32_t duration, int mixdown)
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs