AWS Thinkbox Discussion Forums

Set Reload Plugin Between Tasks to True

I’m trying to use a custom deadline event to set a property of a job. I’m having trouble finding in the docs where it shows the property which I can set ‘reload plugin between tasks’ to True?

Any help please?

Found this in the manual.

ForceReloadPlugin=<true/false>

but how do i set this from within a custom deadline event?

If I’m not totally mistaken that should be

job.SetJobPluginInfoKeyValue("ForceReloadPlugin", "true")
1 Like

Where does this exist if i were to set in using maxscript? I can’t seem to locate the property on SMTDSettings.

Since the side effect of that property is that 3ds Max gets reloaded when the plugin gets reloaded, we named it SMTDSettings.RestartMax instead of SMTDSettings.ForceReloadPlugin. However, if you search for “ForceReloadPlugin” in SubmitMaxToDeadline_Functions.ms, you will find the line where the one is being exported as the other…

format "ForceReloadPlugin=%\n" SMTDSettings.RestartMax to:submitInfoFile
Privacy | Site terms | Cookie preferences