Houdini 21.0 Nodes APEX nodes

component::UpdateParmLimits

Updates the parameter limits of a TransformObject or AbstractControl node.

On this page
Since 21.0

Limits the movement of the controls in a rig.

Inputs

graph: ApexGraphHandle

The graph that contains the node to update.

nodeid: ApexNodeID

The node to update.

parm: String

The parameter to limit.

floatmin: Float

The minimum float limit, if the parameter is a float.

floatmax: Float

The maximum float limit, if the parameter is a float.

vecmin: Vector3

The minimum vector limit, if the parameter is a Vector3.

vecmax: Vector3

The maximum vector limit, if the parameter is a Vector3.

vector: Bool

If set to True, uses vector limits. If set to False, uses float limits.

lock: Bool

When turned off (default), all the limits can be overridden.

Outputs

graph: ApexGraphHandle

The graph with the updated node.

APEX nodes