Houdini 20.5 Nodes APEX nodes

graph::DuplicateNode

Duplicates the input node.

On this page
Since 20.5

This will be an exact duplicate of the node specified, with matching type and port data. If no name is given, the node will use the original name and add a _copy suffix.

Inputs

graph: ApexGraphHandle

The graph to use when duplicating the node.

nodepath: String

The node to duplicate.

name: String

The new name of the duplicated node. When empty, the original node name will be used with a _copy suffix.

keepinputs: Bool

This will set the input port connections to match that of the original node.

Outputs

graph: ApexGraphHandle

The graph to add the duplicate node.

nodeid: ApexNodeID

The ApexNodeID of the duplicate node.

APEX nodes