Plugin (lx-plugin.hpp)
From The Foundry MODO SDK wiki
This header declares the API used by all plug-ins to link to the main system.
- thisModule -- global variable representing the module exported to nexus. Using this directly is deprecated.
- initialize() -- plug-in entry point called when the plug-in is loaded, used for initializing servers. The main() for plug-ins.
- cleanup() -- optional plug-in entry point called on exit.