Transforms to Curve

Given a bundle of prims, use the transforms of those prims to create a spline curve.

Installation

To use this Node, you must enable omni.genproc.core in the Extension Manager.

Inputs

Name

Type

Description

Default

Transform Bundle (transformBundle)

bundle

Bundle containing transform data

Basis (basis)

int

Curve basis (0 - Bezier, 1 - BSpline, 2 - Catmull-Rom)

0

Wrap (wrap)

int

Curve wrap setting (0 - nonperiodic, 1 - periodic, 2 - pinned)

0

Type (type)

int

Curve type (0 - linear, 1 - cubic)

1

Tangent Length (tangentLength)

float

Scale factor applied to curve tangents (note that tangents are also scaled by the scale of the transformable prims in the transform bundle)

1.0

Outputs

Name

Type

Description

Default

Curve Bundle (curveBundle)

bundle

Bundle containing curves data