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 |
|
The bundle to convert to usda text. |
|
usePrimvarMetadata |
|
Identify attributes representing metadata like the interpolation type for primvars, and include them as usda metadata in the output text. |
True |
usePrimType |
|
Use the attribute named primType for the usda prim type name. |
True |
usePrimPath |
|
Use the attribute named primPath for the usda prim path. |
True |
outputAncestors |
|
If usePath is true and this is also true, ancestor primPath entries will be output. |
False |
outputValues |
|
If true, the values of attributes will be output, else values will be omitted. |
True |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
text |
|
Output usda text representing the bundle contents. |