Jump to content


Access to Dependencie Render settings


  • Please log in to reply
2 replies to this topic

#1 Jordan Walsh

Jordan Walsh

    Peon

  • Members
  • Pip
  • 46 posts
  • Joined: 21-March 12
  • Location:Melbourne, Australia
  • Name:Jordan Walsh

Posted 11 July 2012 - 11:52 PM

Hi all,
Im coding a Deadline submission node for network rendering and want to render my dependent mantra nodes one per job on the network.
The problem is that when deadline kicks off a render of a mantra node with a dependent node it renders the dependent node too (as it probably should!)
Is there a way in python to tell a render node not to render dependent nodes?

Thanks!

#2 Green-Man

Green-Man

    Peon

  • Members
  • Pip
  • 35 posts
  • Joined: 13-June 10
  • Location:Minsk
  • Name:Pavel Kovalenko

Posted 12 July 2012 - 06:44 AM

In the description of the hou.RopNode class there is method:

render(self, frame_range=(), ..., ignore_inputs=False, ... )
Probably setting ignore_inputs to True will help you.

#3 Jordan Walsh

Jordan Walsh

    Peon

  • Members
  • Pip
  • 46 posts
  • Joined: 21-March 12
  • Location:Melbourne, Australia
  • Name:Jordan Walsh

Posted 12 July 2012 - 04:36 PM

View PostGreen-Man, on 12 July 2012 - 06:44 AM, said:

In the description of the hou.RopNode class there is method:

render(self, frame_range=(), ..., ignore_inputs=False, ... )
Probably setting ignore_inputs to True will help you.

Yep, that will do it!
Thanks!




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users