Default Nuke submission settings

Is there a way to set the Nuke submission plug-in (from with-in Nuke) to check “submit Nuke script file with job” as default. My first guess was to change line 246 in repository\submissions\Nuke\Main\SubmitToDeadline.py to self.submitScene.setValue( True ). I tested that a bit and that didn’t solve the issue for me. But then I found that Deadline puts its previous settings in a Deadline tab in the Scene Properties. So perhaps that will override the default?

Am I headed down the right path? Or is it somewhere else?

Thanks!
brad

Hi Brad,
You could use a custom sanity check script which will let you set any of the initial properties in the submission script prior to displaying the submission window.
thinkboxsoftware.com/deadlin … nity_Check

Great!! I love this. Worked perfect and fueled some other crazy ideas…

Thanks for the quick solution.