Notifications
Clear all

[Closed] Unload or reload plugin with Maxscript or SDK

Hey,

somebody knows a command that >unloads and loads< or >reloads< a plugin?
Here’s some screen that shows you the meaning: http://www.turbosquid.com/FullPreview/Index.cfm/ID/411305
I need this for a script.

I would prefer a maxscript way, but I think the only way is the SDK.
Someone got an idea?

Best regards

4 Replies

Maybe this is something that could work?

loadDllsFromDir <directory_path_string> <filename_wildcard_string>
Load all the plug-ins found in the specified directory. The directory_path_string must be terminated with a ‘\’.

Thanks for this idea! Currently I’m busy with studies, but I gonna try it in 2 weeks.

Here’s an unloader: http://scorp007.comze.com/
Maybe combining that with the MAXScript plugin loading ability mentioned above will help you do what you want.

Dave

Oh nice! Also with free source code, thank you very much!