Jump to content

Rendering Progress Display


peliosis

Recommended Posts

How to display rendering progress if houdini was not started from shell?

I check verbose, rendering progress but ofcourse it doesn't open any terminal, console or anything.

I tried outputting to file, but is it possible to watch this file being constantly autoupdated?

I know this is not serious but kind of disturbing for me.

Link to comment
Share on other sites

If you're rendering a frame range from a ROP from within a graphical Houdini app, you should get a progress monitor popping up. If you're using mantra, you'll get a frame progress bar as well as an overall progress bar. This monitor only pops up for ranges, though, not for single renders (as people tend to get irritated by the monitor constantly popping up).

Link to comment
Share on other sites

In the Command field in your Mantra ROP, put:

mantra -V 3a

This will print out a percentage complete to stdout.

I render on linux and this goes to my shell.

If you're on Windows, you may want to put this:

mantra -V 3a -o consolewait
  -or
mantra -V 3a -o consolenowait

..which will cause Mantra to output into a popup console.

Link to comment
Share on other sites

The monitor is ok but I need verbosity.

I know about -V option but how toautomatically  pop up shell with progress in linux.

I start houdini from desktop icon.

Is it possible to display autoupdated logfile?

23922[/snapback]

Launch Houdini from a shell instead - or launch from the icon, write to a log file (mantra -o /tmp/mylog.txt) and then in a shell "tail /tmp/mylog.txt".

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...