Houdini 20.5 Nodes APEX nodes

skel::Sort

Sorts the KineFX points in a geometry based on its hierarchy.

On this page
Since 20.0

Modifies the point numbers from the incoming geometry based on the skeleton hierarchy. The algorithm starts sorting from the root points of the skeleton and works its way up the hierarchy until it reaches the leaf points.

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 to sort.

Outputs

*geo: Geometry

The geo input with its point numbers modified.

success: Bool

Returns True if the operation is successful.

See also

APEX nodes