maxxxmodelz opened this issue on Jun 07, 2012 · 636 posts
bagginsbill posted Mon, 02 July 2012 at 9:56 PM
Quote - my apologies beforehand on being completely Python-ignorant...
can someone please feed me a script that launches a firefly render with the current settings and throws an alert or text window at the end with the total render time. This is for use when not deploying the d3d RenderFF
Thank you
::::: Opera :::::
import time
t1 = time.time()
poser.Scene.Render()
dt = time.time() - t1
print "Render time = %.1f seconds" % dt
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)