Hello world Posted September 24, 2011 Share Posted September 24, 2011 hi everyone setFirstInput and setNextInput is used to wire the nodes but what if a node contains more than one output and input such as those in the vop context. could someone give me an example such as connecting a node alpha of the surfacemodel to that of the output thank you Quote Link to comment Share on other sites More sharing options...
symek Posted September 24, 2011 Share Posted September 24, 2011 hi everyone setFirstInput and setNextInput is used to wire the nodes but what if a node contains more than one output and input such as those in the vop context. could someone give me an example such as connecting a node alpha of the surfacemodel to that of the output thank you All of this is explained in Help. Also on a page of setNextInput... these functions are shortcuts for a common wiring method which is: Node.setInput(input_index, node, output_index) 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.