Interface: pluginManager

Properties

.visible : boolean : Read|Write

Show and hide the plug-in manager.

Methods

<void>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.

Example:

plug-inManager.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.

See also