[Closed] Finding a list of plugin's installed on a max install
Hey all,
Apologies if this has been answered but the only thing I could find relating closely to what I’m looking to do was this thread, which I’m getting errors when running and after debugging the code a bit, looks like it’s a linebreak problem.
http://forums.cgsociety.org/showthread.php?f=98&t=653078&highlight=missing+plugins
Either way: I need to search a max install for a list of plugin’s that I want to support. The above snippet if it worked, gets me some of the way there, however I can’t compare them to plugin’s the user has installed since they wouldn’t be missing for the user, but they will end up missing on my machine. Any chance you guys know something in Maxscript I don’t in dealing with these things.
I’ve tried with pluginManager (there’s not much you can do with it in these regards)
and also with MSPluginClass.classes (.classes doesn’t exist)
Thanks for the help,
Colin