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

bundle

Collection of attributes to fully copy to the output

inputAttrNames

token

Comma or space separated text, listing the names of attributes to copy from partialData

outputAttrNames

token

Comma or space separated text, listing the new names of attributes copied from partialData

partialData

bundle

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

bundle

Collection of attributes consisting of all attributes from input ‘fullData’ and selected inputs from input ‘partialData’