Forum: Poser - OFFICIAL


Subject: Time Stamp In Poser

morphious opened this issue on Jul 31, 2008 ยท 7 posts


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