Also I had to add a floor operation in render.lua line 442:
Code: Select all
text  = string.format("Rendering %d/%d, Image# %d - %02d:%02d:%02d remains",
                                  (count+1),total_frames,frameID,h,m,math.floor(s))Roeland
Code: Select all
text  = string.format("Rendering %d/%d, Image# %d - %02d:%02d:%02d remains",
                                  (count+1),total_frames,frameID,h,m,math.floor(s))

