Jump to content

script to render scheduler / render Background


cyril

Recommended Posts

Hi,

 

is there a Houdini scripting way to trigger a render in background on a rop_geometry ?

 

Although with python, there's a rop_geometry.render() command, there's no rop_geometry.backGrournd.render()

 

Is it possible to add a job to a houdini queue ? should I start via python a houdini render in command line ?

 

Cheers

Link to comment
Share on other sites

With python you could use http://www.sidefx.com/docs/houdini13.0/hom/hou/Parm#pressButtonwhich would be the same as clicking the background render.

 

You can also just do rop_geometry.render() from a new hbatch session as that's essentially what the background render button is doing.

 

As far as I know there's no way to interact with the render scheduler as far as adding jobs to it, but if anyone knows how I'd be interested.

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