Houdini 20.0 Nodes APEX Nodes

skel::SetParents

Set new parents for multiple KineFX points.

On this page
Since 20.0

The length of the joints array needs to be equal to that of the parents array. The parenting operations are done in order.

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

Inputs

*geo: Geometry Required

The geometry to look for the points on.

joints: IntArray

An array of point numbers of the points that will be parented.

parents: IntArray

An array of point numbers of the new parent points.

unparentoncycle: Bool

When the the parenting operation would result in a cycle, unparent the new parent point before performing the operation.

Outputs

*geo: Geometry

The modified geo input.

APEX Nodes