Is there a python script I can hack to include the render output path in the job completition email? Just makes it easier so I can forward the email on to the compositors and they can easily grab it.
Dave
Is there a python script I can hack to include the render output path in the job completition email? Just makes it easier so I can forward the email on to the compositors and they can easily grab it.
Dave
Hi Dave,
As long as the job is aware of the output path, that information will be included in the notification email. The output paths can be specified during submission by using the OutputDirectory or OutputFilename keys in the job info file:
thinkboxsoftware.com/deadlin … _Info_File
Is this a custom job you’re submitting, or are you using one of the submission scripts that ships with Deadline? If it’s the latter, which script are you using? If we aren’t already including this info with job submission, there is probably a reason why.
Cheers,
Ah yes of course, sorry it’s a Vue task submitted from Deadline that’s why
Yeah, there aren’t a lot of options for pulling information out of a Vue scene on submission. When submitting from within Vue, all we can pull out is the name of the scene file, the path to the scene file, and the number of frames to render. No information about the output path.
I’m on the Vue beta team so will request that this becomes easier to extract
Great! Thanks!