AL_USDMaya
0.16.6
USD to Maya Bridge
|
Forms a registry of all plug-in translator types registered. More...
#include <TranslatorBase.h>
Public Types | |
typedef TfRefPtr< TranslatorBase > | RefPtr |
handle to a plug-in translator | |
Public Member Functions | |
RefPtr | get (const TfToken type_name, TranslatorContextPtr context) |
returns a translator for the specified prim type. More... | |
Forms a registry of all plug-in translator types registered.
RefPtr AL::usdmaya::fileio::translators::TranslatorManufacture::get | ( | const TfToken | type_name, |
TranslatorContextPtr | context | ||
) |
returns a translator for the specified prim type.
type_name | the scheman name |
context | the translator context passed through from the proxy shape |