Classes that deal with the import/export of USD data into maya.
More...
|
| Translator API |
| Classes that deal with the import/export of USD data into maya.
|
|
|
| AL::usdmaya::fileio::AL_MAYA_TRANSLATOR_BEGIN (ExportTranslator,"AL usdmaya export", false, true,"usda","*.usdc;*.usda;*.usd;*.usdt") |
| A Maya export plugin that writes out USD files from Maya (this is largely optimised for the needs of the AnimalLogic pipeline).
|
|
| AL::usdmaya::fileio::AL_MAYA_TRANSLATOR_BEGIN (ImportTranslator,"AL usdmaya import", true, false,"*.usda","*.usdc;*.usda;*.usd;*.usdt") |
| A USD importer into Maya (partially supporting Animal Logic specific things)
|
|
bool | AL::usdmaya::fileio::importSchemaPrim (const UsdPrim &usdPrim, MObject &parent, MObject &created, translators::TranslatorContextPtr context=TfNullPtr, const translators::TranslatorRefPtr translator=TfNullPtr, const fileio::translators::TranslatorParameters ¶m=fileio::translators::TranslatorParameters()) |
| a method called to import a schema prim into maya More...
|
|
bool | AL::usdmaya::fileio::isSchemaOfType (const UsdPrim &prim, const TfToken &typeToken) |
| utility function to determine whether the prim specified is of the given type More...
|
|
Classes that deal with the import/export of USD data into maya.
bool AL::usdmaya::fileio::importSchemaPrim |
( |
const UsdPrim & |
usdPrim, |
|
|
MObject & |
parent, |
|
|
MObject & |
created, |
|
|
translators::TranslatorContextPtr |
context = TfNullPtr , |
|
|
const translators::TranslatorRefPtr |
translator = TfNullPtr , |
|
|
const fileio::translators::TranslatorParameters & |
param = fileio::translators::TranslatorParameters() |
|
) |
| |
a method called to import a schema prim into maya
- Parameters
-
usdPrim | the usd prim to be imported into Maya |
parent | the parent transform for the prim |
created | the returned MObject of the created node |
context | a custom context to use when importing the prim |
translator | the custom translator to use to import the prim |
param | params controlling the import of the plugin translator nodes |
- Returns
- true if the import succeeded, false otherwise
bool AL::usdmaya::fileio::isSchemaOfType |
( |
const UsdPrim & |
prim, |
|
|
const TfToken & |
typeToken |
|
) |
| |
utility function to determine whether the prim specified is of the given type
- Parameters
-
prim | the prim to query |
typeToken | the type |
- Returns
- true if the specified prim is of the specified type