Houdini 20.5 Nodes APEX Nodes

component::SetRestTransform

Sets the rest transform of a TransformObject node.

On this page
Since 20.5

Sets the rest transform of a TransformObject node to the value of the input matrix, xform.

The graph ports of this node are in-place ports, which means that the graph is updated without creating a copy.

Inputs

*graph: ApexGraphHandle Required

The graph that contains the node to set the rest transform of.

nodeid: ApexNodeID

The node to set the rest transform of.

xform: Matrix4

The transform matrix to set nodeid's rest transform to.

Outputs

*graph: ApexGraphHandle

The graph with the updated node.

nodeid: ApexNodeID

Pass-through of the input nodeid.

See also

APEX Nodes