OmniGraph Node omni.graph.nodes.RemoveAttribute

omni.graph.nodes.RemoveAttribute Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Remove Attributes From Bundles

__categories

bundle

Generated Class Name

OgnRemoveAttrDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.RemoveAttribute Description

Copies all attributes from an input bundle to the output bundle, except for any specified to be removed.

omni.graph.nodes.RemoveAttribute Inputs

Name

Type

Default

Required?

Descripton

inputs:attrNamesToRemove

token

Y

Comma or space separated text, listing the names of attributes not to be copied to the output bundle

uiName

Attributes To Remove

__default

“”

inputs:data

bundle

None

Y

Collection of attributes to be partially copied to the output

uiName

Original Bundle

omni.graph.nodes.RemoveAttribute Outputs

Name

Type

Default

Required?

Descripton

outputs:data

bundle

None

Y

Final bundle of attributes, with the attributes specified by attrNamesToRemove omitted

uiName

Bundle After Removal