OmniGraph Node omni.graph.BundleToUSDA

omni.graph.BundleToUSDA Properties

Name

Value

Version

1

Extension

omni.graph.io

Icon

ogn/icons/omni.graph.BundleToUSDA.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

bundle to usda text

Generated Class Name

OgnBundleToUSDADatabase

Python Module

omni.graph.io

omni.graph.BundleToUSDA Description

Outputs a represention of the content of a bundle as usda text

omni.graph.BundleToUSDA Inputs

Name

Type

Default

Required?

Descripton

inputs:bundle

bundle

None

Y

The bundle to convert to usda text.

inputs:outputAncestors

bool

False

Y

If usePath is true and this is also true, ancestor “primPath” entries will be output.

displayGroup

parameters

__default

false

inputs:outputValues

bool

True

Y

If true, the values of attributes will be output, else values will be omitted.

displayGroup

parameters

__default

true

inputs:usePrimPath

bool

True

Y

Use the attribute named “primPath” for the usda prim path.

displayGroup

parameters

__default

true

inputs:usePrimType

bool

True

Y

Use the attribute named “primType” for the usda prim type name.

displayGroup

parameters

__default

true

inputs:usePrimvarMetadata

bool

True

Y

Identify attributes representing metadata like the interpolation type for primvars, and include them as usda metadata in the output text.

displayGroup

parameters

__default

true

omni.graph.BundleToUSDA Outputs

Name

Type

Default

Required?

Descripton

outputs:text

token

None

Y

Output usda text representing the bundle contents.