Tutorial Node: Bundle Manipulation
This is a tutorial node. It exercises functionality for the manipulation of bundle attribute contents.
Installation
To use this Node, you must enable omni.graph.tutorials
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
fullBundle |
|
Bundle whose contents are passed to the output in their entirety |
|
Filtered Bundle (filteredBundle) |
|
Bundle whose contents are filtered before being added to the output |
|
filters |
|
List of filter names to be applied to the filteredBundle. Any filter name appearing in this list will be applied to members of that bundle and only those passing all filters will be added to the output bundle. Legal filter values are ‘big’ (arrays of size > 10), ‘x’ (attributes whose name contains the letter x), and ‘int’ (attributes whose base type is integer). |
[] |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
combinedBundle |
|
This is the union of fullBundle and filtered members of the filteredBundle. |