Notifications
Clear all

[Closed] Calling a plug-in via maxscript

Is it possible to call the “Resource collect” plugin from maxscript? I am needing to do a batch resource collect on a bunch of .max files and it would be easier if I didn’t have to write the resource collect script in .ms. Many thanks,

Colin

1 Reply

I’m afraid the closest you can get is this:
UtilityPanel.OpenUtility Resource_Collector

This opens the resource collector, but you’ll still have to enter the path and press the Begin button manually…

You might want to give Blur’s MapCollector a try.

Cheers,
Martijn