When writing a custom submitter, I am having some difficulties understanding what is necessary for Deadline to correctly render a tile job. Is there any documentation about the requirements of what is needed for the jobInfo and pluginInfo submission files? After submitting a few jobs via the vanilla submitter I am still confused as to what the flags mean and which ones are required and why.
I have been trying to parse the vanilla Maya submitter ending up wildly unsuccessful due to it being written in MEL rather than python. The mel submitter is then calling python commands all over the place such as this command: python( "dlTileGenerator = TileRendering.TileGenerator()
But I cannot figure out where that python module is coming from. The 10K single file mel code is impossible to navigate.