I'm hoping someone can help shed some light on a issue I'm experiencing.
Whenever I submit a TOP network to deadline and for example the process runs as:
- Write LOP scene to a set of USD files
- Python node Sublayers those individual usd files into a single file.
- USD_File render top node, renders that usd file for like 10 frames.
The issue I'm having is everything, from writing the usd files out, to sublayering everything to rendering, is all happening on one worker machine. I would like to have each frame/work item run as a separate job/process for other worker machines to pick up and render, instead of it all happening on a single machine.
Thanks!