AL_USDMaya
0.29.4
USD to Maya Bridge
|
utility class to determine whether a usd transform chain should be created More...
#include <SchemaPrims.h>
Public Member Functions | |
SchemaPrimsUtils (fileio::translators::TranslatorManufacture &manufacture) | |
ctor More... | |
fileio::translators::TranslatorRefPtr | isSchemaPrim (const UsdPrim &prim) |
utility function to determine if a prim is one of our custom schema prims More... | |
bool | needsTransformParent (const UsdPrim &prim) |
returns true if the prim specified requires a transform when importing custom nodes into the maya scene More... | |
utility class to determine whether a usd transform chain should be created
AL::usdmaya::fileio::SchemaPrimsUtils::SchemaPrimsUtils | ( | fileio::translators::TranslatorManufacture & | manufacture | ) |
ctor
manufacture | the translator registry |
fileio::translators::TranslatorRefPtr AL::usdmaya::fileio::SchemaPrimsUtils::isSchemaPrim | ( | const UsdPrim & | prim | ) |
utility function to determine if a prim is one of our custom schema prims
prim | the USD prim to test |
bool AL::usdmaya::fileio::SchemaPrimsUtils::needsTransformParent | ( | const UsdPrim & | prim | ) |
returns true if the prim specified requires a transform when importing custom nodes into the maya scene
prim | the USD prim to check |