Plugin¶
-
class
cgp_maya_utils.scene.Plugin(name)¶ Bases:
objectplugin object that manipulates a maya plugin
-
isAutoLoaded()¶ check if the plugin is autoLoaded
Returns: True: it is autoLoaded -False: it is not autoLoadedReturn type: bool
-
isLoaded()¶ check if the plugin is loaded
Returns: True: it is loaded -False: it is not loadedReturn type: bool
-
load()¶ load the plugin if it is not already loaded
-
path()¶ the path of the plugin file
Returns: the path of the plugin file Return type: cgp_generic_utils.files.File
-