Hello all
I’m trying to set up automatic QT generation through an RVIO script created automatically in Deadline after running a render or comp. Any templates out there for this? Seems like reinventing the wheel every time for something like this is a big waste of time across our industry.
Please let me know, and thanks
Bill
323-428-0913
Hey Bill,
We have an example event plugin that submits QT jobs when Nuke jobs finish:
thinkboxsoftware.com/deadlin … on_Example
You should be able to use that as a template for getting the same behavior for RVIO. You can have the event plugin generate a rvio.exe command line and then submit it as a generic command line job:
thinkboxsoftware.com/deadlin … o_Deadline
Or, you could submit an actual RVIO job which uses our RVIO plugin:
thinkboxsoftware.com/deadline-5-rvio/
For the latter, you would have to look at the RVIO submission script to see the available RVIO properties. You can find the script at \your\repository\scripts\Submission\RVIOSubmission\RVIOSubmission.py
Hope this helps!