AWS Thinkbox Discussion Forums

ExtraInfo for Draft Tile Assembler

I’m trying to add two things to the SMTD.

I want to add an extra output directory in the Job Outputs and I want to add ExtraInfo information to the DraftTileAssembler job so I can sort by job in the monitor.

The first is because we do a lot of tile rendering and we put all tiles in subfolders before moving them back into the parent folder when completed, this is done by a post-job event script, this includes not only the Render Elements but also the main beauty pass which also goes into an ‘RGB’ folder. So my list out outpufolders is:

Render_Test_01_dw/RGB/
Render_Test_01_dw/Diffuse/
Render_Test_01_dw/GI/
etc…

But of course once we’ve asembled these images and moved them to the Render_test_01_dw/ folder, these folders are removed and we just have 3 files in one folder, and now we can’t press the Explore Output button as we’ve destroyed the folders. In Deadline 5/6 we had it set up to add in an extra output folder and we’d get…

Render_test_01_dw/
Render_Test_01_dw/RGB/
Render_Test_01_dw/Diffuse/
Render_Test_01_dw/GI/

Previously in the SubmitTileAssemblerJob() function it was easy enough to add this in, and easy enough to add in the ExtraTex info, but with the new Draft submitter it’s proving a bit trickier to find… Any tips?

There is a SubmitDraftTileAssemblerJob function now in SubmitMaxToDeadline_functions.ms, so I imagine you would just have to make the changes there.

Cheers,
Ryan

Privacy | Site terms | Cookie preferences