bundle to usda text

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

Installation

To use this Node, you must enable omni.graph.io in the Extension Manager.

Inputs

Name

Type

Description

Default

bundle

bundle

The bundle to convert to usda text.

usePrimvarMetadata

bool

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

True

usePrimType

bool

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

True

usePrimPath

bool

Use the attribute named primPath for the usda prim path.

True

outputAncestors

bool

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

False

outputValues

bool

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

True

Outputs

Name

Type

Description

Default

text

token

Output usda text representing the bundle contents.