Houdini 20.5 Nodes APEX nodes

skel::SetParents

Sets new parents for multiple KineFX points.

On this page
Since 20.0

The length of the joints array must be equal to the length of the parents array. The parenting operations are performed in order on the array elements of joints and parents.

The geo ports of this node are in-place ports. This means that the geometry is updated without creating a copy.

Inputs

*geo: Geometry Required

The geometry that contains the points to parent.

joints: IntArray

An array of points to parent.

parents: IntArray

An array of point numbers of the new parent points.

unparentoncycle: Bool

If set to True, unparents the new parent point before parenting if the parenting operation results in a cycle.

Outputs

*geo: Geometry

The modified geometry.

See also

APEX nodes