Append Targets
Combines the input target arrays into a single array. Duplicates are skipped unless “allowDuplicates” is true.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Allow Duplicates (inputs:allowDuplicates) |
|
If false, the path will only be added the first time it is encountered. If true, all paths will be added in order. |
False |
Input0 (inputs:input0) |
|
Input target array. |
None |
Metadata |
allowMultiInputs = 1 |
||
Input1 (inputs:input1) |
|
Input target array. |
None |
Metadata |
allowMultiInputs = 1 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Targets (outputs:targets) |
|
The output target array. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.AppendTargets |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Append Targets |
Categories |
sceneGraph |
Generated Class Name |
OgnAppendTargetsDatabase |
Python Module |
omni.graph.nodes |