Tag Prims from Ramp¶
Add ramp and tag information to a bundle of prims. This data can be subsequently sampled in downstream nodes (e.g. GetCurveData in the case of curve prims)
Installation¶
To use this Node, you must enable omni.genproc.core
in the Extension Manager.
Inputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
Bundle (bundle) |
|
Bundle Prims |
|
Ramp Positions Name (rampPositionsName) |
|
Name of bundle attribute to be created for ramp positions. |
ramp_positions |
Ramp Values Name (rampValuesName) |
|
Name of bundle attribute to be created for ramp values. |
ramp_values |
Ramp Interpolations Name (rampInterpolationsName) |
|
Name of bundle attribute to be created for ramp interpolations. |
ramp_interpolations |
Ramp Tags Name (rampTagsName) |
|
Name of bundle attribute to be created for ramp tags. |
tags |
rampPositions |
|
Parametetric values from [0,1] |
[0.0, 1.0] |
rampValues |
|
Value of the ramp at the corresponding position entry. |
[0.0, 0.0] |
rampInterpolations |
|
Interpolation method between keys. Linear is a creates a flat curve from point to point. Smooth creates an ease in or ease out curve from point to point. |
[1, 1] |
rampTags |
|
Possible tag values for ramp |
[‘run’, ‘walk’, ‘idle’] |
Outputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
bundle |
|
Prims bundle with ramp data |