Notifications
Clear all

[Closed] Accessing render time

How do I access the render time with MS ?
(Want to display it with a render effect)

2 Replies

I don’t think you can!

but you can calculate it yourself:


t=timestamp()
r=render camera:$camera_A3_S2 frame:currenttime
format "time to render:%
" ((timestamp()-t)/1000)

and maybe you should look at info overlay by M, Breidt

www.breidt.net

J.

Thanks J_man

Actually I`m basing my script on the infoOverlay script.

(Ive also posted the question to Cebas. Their finalRender Stage-1 has a stamp feature that displays the rendertime. Havent heard from them yet but I hope theyll share the secret…)