Job Properties -> General
The five option boxes at the bottom of this page. It would be great if we could have those available in the submission box. I know it’s late in the beta process, but we ran across the “Reload Plugin Between Tasks” feature recently and it has helped us with some problematic Modo renders. Unfortunately we have to get into each job and set this manually in Monitor.
Thanks!
Yeah, it’s going to be too late to get those into 6.1, since we would have to update all of our submitters for consistency. We tend to stick the most commonly used properties in our stock submitters, and then they can be customized by studios to suit their specific needs.
For example, you could just update the modo submitter in \your\repository\scripts\Submission to include this checkbox in the UI, or just hard code this value to True when the submitter is creating the job info file.
Cheers,
Ryan
That’s what I figured. Could you pass along some code that would help me implement this? I can get most of the syntax from the other check boxes in the submission script, but I need to know the variable that connects the Reload Plugin box…if that makes sense.
Thanks!
You mean the variable you need to set in the job info file? You can find all of those available options here:
thinkboxsoftware.com/deadlin … _Info_File
In this case, you want to set ForceReloadPlugin=True in your job info file.
Cheers,
Ryan