[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11716] branches/soc-2007-hcube/source/ blender: Removed seqaudio_update.

Csaba Hruska csaba.hruska at gmail.com
Mon Aug 20 00:59:10 CEST 2007


Revision: 11716
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11716
Author:   hcube
Date:     2007-08-20 00:59:09 +0200 (Mon, 20 Aug 2007)

Log Message:
-----------
Removed seqaudio_update. now it is called internally via sound system's callback

Modified Paths:
--------------
    branches/soc-2007-hcube/source/blender/include/BSE_seqaudio.h
    branches/soc-2007-hcube/source/blender/src/drawtime.c
    branches/soc-2007-hcube/source/blender/src/drawview.c

Modified: branches/soc-2007-hcube/source/blender/include/BSE_seqaudio.h
===================================================================
--- branches/soc-2007-hcube/source/blender/include/BSE_seqaudio.h	2007-08-19 22:56:33 UTC (rev 11715)
+++ branches/soc-2007-hcube/source/blender/include/BSE_seqaudio.h	2007-08-19 22:59:09 UTC (rev 11716)
@@ -6,7 +6,6 @@
 
 void seqaudio_play(void);
 void seqaudio_stop(void);
-void seqaudio_update(void);
 
 int  seqaudio_getframeposition(void);
 void seqaudio_scrub(void);

Modified: branches/soc-2007-hcube/source/blender/src/drawtime.c
===================================================================
--- branches/soc-2007-hcube/source/blender/src/drawtime.c	2007-08-19 22:56:33 UTC (rev 11715)
+++ branches/soc-2007-hcube/source/blender/src/drawtime.c	2007-08-19 22:59:09 UTC (rev 11716)
@@ -351,8 +351,6 @@
 	 */
 	draw_sfra_efra();
 	
-	seqaudio_update();
-	
 	/* boundbox_seq(); */
 	calc_ipogrid();	
 	draw_ipogrid();

Modified: branches/soc-2007-hcube/source/blender/src/drawview.c
===================================================================
--- branches/soc-2007-hcube/source/blender/src/drawview.c	2007-08-19 22:56:33 UTC (rev 11715)
+++ branches/soc-2007-hcube/source/blender/src/drawview.c	2007-08-19 22:59:09 UTC (rev 11716)
@@ -3225,8 +3225,6 @@
 	}
 	
 	// update sound seqences
-	seqaudio_update();
-	
 	/* make sure that swaptime passed by */
 	tottime -= swaptime;
 	while (update_time()) PIL_sleep_ms(1);





More information about the Bf-blender-cvs mailing list