Forum: Poser - OFFICIAL


Subject: Time Stamp In Poser

morphious opened this issue on Jul 31, 2008 · 7 posts


morphious posted Thu, 31 July 2008 at 5:41 AM

Is it possible to have a time stamp on renders? I never know how long the renders take. Thanks.

Morphious


EnglishBob posted Thu, 31 July 2008 at 5:50 AM

I believe I saw a simple render timing script a while back. If nobody else chimes in meanwhile, I'll try to dig it out when I get home. 


morphious posted Thu, 31 July 2008 at 6:42 AM

Cool! Thanks. I'll look for one on the net too.


stewer posted Thu, 31 July 2008 at 8:22 AM

Copy this to a text editor and save as timedrender.py

import time
t = time.time()
poser.Scene().Render()
print time.time() - t

morphious posted Thu, 31 July 2008 at 8:50 AM

Thanks, but I assume I run the script after the image has rendered? Will this also work with movie renders? Thanks.


giorgio_2004 posted Thu, 31 July 2008 at 8:56 AM

Looking at the script, I assume you have to run it INSTEAD of clicking the "Render" command.

Giorgio

giorgio_2004 here, ksabers on XBox Live, PSN  and everywhere else.


morphious posted Thu, 31 July 2008 at 9:01 AM

OK, I just can't read I guess. Thanks.