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 enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Full Bundle To Copy (inputs:fullData) |
|
Collection of attributes to fully copy to the output |
None |
Extracted Names For Partial Copy (inputs:inputAttrNames) |
|
Comma or space separated text, listing the names of attributes to copy from partialData |
|
New Names For Partial Copy (inputs:outputAttrNames) |
|
Comma or space separated text, listing the new names of attributes copied from partialData |
|
Partial Bundle To Copy (inputs:partialData) |
|
Collection of attributes from which to select named attributes |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Bundle Of Copied Attributes (outputs:data) |
|
Collection of attributes consisting of all attributes from input ‘fullData’ and selected inputs from input ‘partialData’ |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.CopyAttribute |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Copy Attributes From Bundles |
Categories |
bundle |
Generated Class Name |
OgnCopyAttrDatabase |
Python Module |
omni.graph.nodes |