Jump to content

question: show rendered time


Recommended Posts

Yup. What Steven said.

.... but just in case you're no aware of it, you can display render times to the console by adding the "verbose" option (-V) to Mantra. So, if you just want render times, you could change the render command in your ROP (which defaults to just "mantra"), to something like "mantra -V 1".

Cheers!

Link to comment
Share on other sites

To add to this, on Windows the stdout output gets lost, so to pop up a houdini console window to catch this you have to add the following to your command field:

mantra -V 1 -o consolewait  

-or

mantra -V 1 -o consolenowait

(Yep, it's not in the dialogue box.;))

One of them keeps the same console around and the other opens new consoles for every render session.

Hope this helps,

J

Link to comment
Share on other sites

  • 1 month later...

Just starting discovering this site. Signed up a bit ago but never really looked through it. Enjoying reading all the old posts! :)

So, apologies if this is a bit late...

I was thinking you could stick the render time on in COPs?

and using a script something like this:

set var = `execute("time render mantra1")`
opparm /img/img1/font1 text ( $var )

The Cop network will have to be set up beforehand and the ability to do multiple frames put in somewhere. hmm..

H

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...