Houdini 20.5 Nodes APEX Nodes

component::UpdateControls

Updates the control shape of a TransformObject node.

On this page
Since 20.5

Sets the shape, color, and transform of the control shape. The shape can be set to any of the built-in APEX control shapes.

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 update.

nodeid: ApexNodeID

The node to update.

shape: String

The shape of the control, which can be set to any of the built-in APEX control shapes.

color: Vector3

The color of the control.

t: Vector3

The translate offset of the control shape.

r: Vector3

The rotate offset of the control shape.

s: Vector3

The scale offset of the control shape.

Outputs

*graph: ApexGraphHandle

The graph with the updated node.

nodeid: ApexNodeID

Pass-through of the input nodeid.

See also

APEX Nodes