Houdini 20.0 Nodes APEX Nodes

skel::Traverse

Traverse the whole KineFX hierarchy and write out the result.

On this page
Since 20.0

This nodes outputs a flat representation of the provided KineFX hierarchy.

The hierarchy will be traversed starting from each point under roots. Each traversed point will be added to the pts output array and each parent to the parents output array.

Inputs

geo: Geometry

The geometry to traverse over.

roots: IntArray

An array of point numbers for each of the points from which to begin a new traversal.

Outputs

pts: IntArray

An array of point number with all the traversed points.

parents: IntArray

An array of point number with all the parents of the traversed points.

traverseresult: Int

Returns the result of the traversal.

Success = 0 NoRoots = 1 BadRoot = 2 FoundCycle = 3 IncompleteTraversal = 4

APEX Nodes