OmniGraph Node omni.graph.nodes.CopyAttribute

omni.graph.nodes.CopyAttribute Properties

Name

Value

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

omni.graph.nodes.CopyAttribute Description

Copies all attributes from one input bundle and specified attributes from a second input bundle to the output bundle.

omni.graph.nodes.CopyAttribute Inputs

Name

Type

Default

Required?

Descripton

inputs:fullData

bundle

None

Y

Collection of attributes to fully copy to the output

uiName

Full Bundle To Copy

inputs:inputAttrNames

token

Y

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

uiName

Extracted Names For Partial Copy

__default

“”

inputs:outputAttrNames

token

Y

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

uiName

New Names For Partial Copy

__default

“”

inputs:partialData

bundle

None

Collection of attributes from which to select named attributes

uiName

Partial Bundle To Copy

omni.graph.nodes.CopyAttribute Outputs

Name

Type

Default

Required?

Descripton

outputs:data

bundle

None

Y

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

uiName

Bundle Of Copied Attributes