Jordan Walsh Posted July 12, 2012 Share Posted July 12, 2012 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! Quote Link to comment Share on other sites More sharing options...
Green-Man Posted July 12, 2012 Share Posted July 12, 2012 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. Quote Link to comment Share on other sites More sharing options...
Jordan Walsh Posted July 13, 2012 Author Share Posted July 13, 2012 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.