Plug module#
Summary: Provides a plug-in framework implementation. Define interfaces, discover, register, and apply plug-in modules to nodes.
This package defines facilities for dealing with plugins.
Classes:
- class pxr.Plug.Plugin#
- Methods: - Attributes: - True if this object has expired, False otherwise. - DeclaresType()#
 - FindPluginResource()#
 - GetMetadataForType()#
 - Load()#
 - MakeResourcePath()#
 - property expired#
- True if this object has expired, False otherwise. 
 - property isLoaded#
 - property isPythonModule#
 - property isResource#
 - property metadata#
 - property name#
 - property path#
 - property resourcePath#
 
- class pxr.Plug.Registry#
- Methods: - Attributes: - True if this object has expired, False otherwise. - static FindDerivedTypeByName()#
 - static FindTypeByName()#
 - static GetAllDerivedTypes()#
 - GetAllPlugins()#
 - static GetDirectlyDerivedTypes()#
 - GetPluginForType()#
 - GetPluginWithName()#
 - GetStringFromPluginMetaData()#
 - RegisterPlugins()#
 - property expired#
- True if this object has expired, False otherwise.