Jump to content

command line rendering


larklee

Recommended Posts

You will notice if you look at the parameters for a Mantra Output operator, that there is a "Render Command". Inside, by default it says "mantra". If you click on the plus button, then it gives you various command line options for mantra. Typically, to do command line rendering, you turn on "Generate Script File" which produces an .IFD file which is similar to the renderman .RIB script file. You can then pass this .IFD file to mantra for rendering. However, the option for generating script files seems to be disabled on my Houdini Apprentice.

Link to comment
Share on other sites

Here's a standard one:

hrender -e -v -f 1 1 -i 1 -d mantra1 file.hip

-e (can't remember, but you need it!)

-v (verbose)

-f (frame range)

-i (frame increment)

-d (output driver)

file.hip (filename)

stu

Link to comment
Share on other sites

  • 10 years later...

Using latest Houdini Apprentice HD on Mac OS 10.6.8,

get as far as "Entered non-commercial session mode"

and then "Can't fine node /out/mantra1"

Anyone any ideas what is going wrong here?

Edited by Andy_Ireland
Link to comment
Share on other sites

Ryew, I was trying Stew's sample and ran ito the problem,

I was using something like this on Linux last year but don't remember having to type mantra.

I have tried a few different things now and still getting basically the same error: "couldnt find renderer mantra"

Link to comment
Share on other sites

I was using something like this on Linux last year but don't remember having to type mantra.

I have tried a few different things now and still getting basically the same error: "couldnt find renderer mantra"

It works for me using hbatch and render commands in 12.5.316.22 NC on Ubuntu linux:

> source houdini_setup_bash

> hbatch /var/tmp/renderTest.hipnc

hbatch Version 12.5.316.22 (Compiled on 03/13/13)

WARNING: Entered non-commercial session mode.

/ -> render mantra1

http://www.sidefx.co....5/render/batch lays out all the various stages and command line options

renderTest.hipnc

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