[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11705] branches/soc-2007-hcube/source/ blender/src/drawtime.c: bugfix: now plays sound sequences in timeline window too.

Csaba Hruska csaba.hruska at gmail.com
Sun Aug 19 17:22:53 CEST 2007


Revision: 11705
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11705
Author:   hcube
Date:     2007-08-19 17:22:53 +0200 (Sun, 19 Aug 2007)

Log Message:
-----------
bugfix: now plays sound sequences in timeline window too.

Modified Paths:
--------------
    branches/soc-2007-hcube/source/blender/src/drawtime.c

Modified: branches/soc-2007-hcube/source/blender/src/drawtime.c
===================================================================
--- branches/soc-2007-hcube/source/blender/src/drawtime.c	2007-08-19 15:22:10 UTC (rev 11704)
+++ branches/soc-2007-hcube/source/blender/src/drawtime.c	2007-08-19 15:22:53 UTC (rev 11705)
@@ -60,6 +60,7 @@
 #include "BIF_screen.h"
 #include "BIF_resources.h"
 
+#include "BSE_seqaudio.h"
 #include "BSE_drawipo.h"
 #include "BSE_view.h"
 #include "BMF_Api.h"
@@ -350,6 +351,8 @@
 	 */
 	draw_sfra_efra();
 	
+	seqaudio_update();
+	
 	/* boundbox_seq(); */
 	calc_ipogrid();	
 	draw_ipogrid();





More information about the Bf-blender-cvs mailing list