Copy Attributes From Bundles
Copies all attributes from one input bundle and specified attributes from a second input bundle to the output bundle.
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
fullData |
|
Collection of attributes to fully copy to the output |
|
inputAttrNames |
|
Comma or space separated text, listing the names of attributes to copy from partialData |
|
outputAttrNames |
|
Comma or space separated text, listing the new names of attributes copied from partialData |
|
partialData |
|
Collection of attributes from which to select named attributes |
Constraints:
Length of inputAttrNames should always be equal to the length of outputAttrNames
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
data |
|
Collection of attributes consisting of all attributes from input ‘fullData’ and selected inputs from input ‘partialData’ |