Changeset - 900a6a768735
[Not reviewed]
Merge default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-07-12 22:03:07
ohnobinki@ohnopublishing.net
merge
1 file changed with 11 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -112,6 +112,17 @@ struct frameset {
 

	
 
/* ********************** Functions ************************* */
 

	
 
void start_data(){
 

	
 
	if(1 == 0){
 
		// retrieve total_finished_jobs and total_finished_frames from xml file
 
	}
 
	else{
 
		general_info.total_finished_jobs = 0;
 
		general_info.total_frames_rendered = 0;
 
	}
 
}
 

	
 
// **** Finish-Setter: Sets a frame to the "completed" status.
 
void finish_frame(int jobnum, int frame){
 
  blendjob[jobnum].frameset[frame].frame_status = 2;
0 comments (0 inline, 0 general)