Creating an Extra Output Path

I want to add an extra output path here, but can’t figure out where I need to do this in STMD_Functions.ms

In the repository the 999_100_007_2fh23f.job file hsa the list of output paths in it, I want to add to this at submission,

Where does the data in 999_100_007_2fh23f.job come from, it’s in XML format and I can’t seem to find where this data gets written out in maxscript.

SMTD adds these by specifying OutputFilename# or OutputDirectory# entries in the job info file. Look at the Output Options here for more info:
thinkboxsoftware.com/deadlin … _Info_File

The job info file is just a key=value pair file. After submission, the job properties are saved as the XML file.

Hope this helps!

  • Ryan

Cheers Russell, knew it was something obvious I was missing…