Bundle to USDA Text
Outputs a represention of the content of a bundle as usda text
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Bundle (inputs:bundle) |
|
The bundle to convert to usda text. |
None |
Output Ancestors (inputs:outputAncestors) |
|
If usePath is true and this is also true, ancestor “primPath” entries will be output. |
False |
Metadata |
displayGroup = parameters |
||
Output Values (inputs:outputValues) |
|
If true, the values of attributes will be output, else values will be omitted. |
True |
Metadata |
displayGroup = parameters |
||
Use Prim Path (inputs:usePrimPath) |
|
Use the attribute named “primPath” for the usda prim path. |
True |
Metadata |
displayGroup = parameters |
||
Use Prim Type (inputs:usePrimType) |
|
Use the attribute named “primType” for the usda prim type name. |
True |
Metadata |
displayGroup = parameters |
||
Use Primvar Metadata (inputs:usePrimvarMetadata) |
|
Identify attributes representing metadata like the interpolation type for primvars, and include them as usda metadata in the output text. |
True |
Metadata |
displayGroup = parameters |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Text (outputs:text) |
|
Output usda text representing the bundle contents. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.BundleToUSDA |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Bundle to USDA Text |
Categories |
bundle |
Generated Class Name |
OgnBundleToUSDADatabase |
Python Module |
omni.graph.nodes |