Interface: pluginManager

Interfaces > Core Interfaces > pluginManager

 

   

Core Interfaces - Quick Navigation

The pluginManager Core Interface exposes the Plugin Manager to MAXScript.

   

Properties

pluginManager.visible : boolean : Read|Write 	 

Show and hide the plug-in manager.

   

Methods

<void>pluginManager.loadClass <class>class 

Will ensure that the given class is loaded, in the event that it is a deferred loading class, and so any MAXScript methods or Function Published interfaces it publishes will be available.

FOR EXAMPLE:

pluginManager.loadClass Flex

After this code is executed, all the Flex modifier MAXScript methods are installed and callable. Note this is only needed in situations where a plug-in loading may be deferred and it does not have any instances already in the current scene.

Plugin_Manager interfaces:

Interface: PluginMgrAction 

Methods:

<boolean>show() -- Action Interface 

Actions:

Category: Plugin_Manager; Action: Plugin_Manager; Shortcut: -- none defined -

See Also