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.Notice#

Classes:

class Base#
class DidRegisterPlugins#

Methods:

GetNewPlugins()#
class pxr.Plug.Plugin#

Methods:

Attributes:

expired

True if this object has expired, False otherwise.

isLoaded

isPythonModule

isResource

metadata

name

path

resourcePath

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:

expired

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.