HEGoMergeNode
Inherits: HEGoInputReceiverNode < HEGoBaseNode < HEGoTrackableNode < RefCounted
Wrapper around a Houdini Merge SOP node.
Description
Creates a merge node and connects multiple upstream HEGo nodes into it.
This is the standard way to combine several HEGoInputNode and/or generator outputs before feeding an HDA input.
Methods
void |
|
void |
connect_inputs(inputs: |
Method Descriptions
void instantiate() 🔗
Creates a Houdini Merge SOP node and stores its id in this wrapper.
This method always instantiates a merge operator for the current wrapper and then registers the wrapper with the active session manager.
void connect_inputs(inputs: Array) 🔗
Connects all nodes in inputs to this merge node in array order.
Each array item should be an HEGoBaseNode. Invalid entries are ignored.
Array order maps directly to merge input index order.
Class Registration
Kind: Concrete