Sat, Jan 11, 4:17 AM CST

Renderosity Forums / Poser - OFFICIAL



Welcome to the Poser - OFFICIAL Forum

Forum Coordinators: RedPhantom

Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 11 12:18 am)



Subject: Time Stamp In Poser


morphious ( ) posted Thu, 31 July 2008 at 5:41 AM · edited Mon, 29 July 2024 at 8:11 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 · edited Thu, 31 July 2008 at 8:25 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.


Privacy Notice

This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.