Default Draft settings

Hi All,

We currently use draft to create quicktimes of our Nuke jobs, which get uploaded to Shotgun.
Which submitter code do i need to tweak so that these auto-created draft jobs have “on job complete” set to “delete”?

I know i could do it with a custom even but, hard coding it in the submitter seems simpler.

Thanks

Matt

I’ve changed this line in the DraftEventPlugin.py but it still doesn’t set the property correctly:

fileHandle.write( “OnJobComplete=DeleteJob\n” )

I think I probably just need to change the key value to something else, but i can’t find the correct value anywhere.

Thanks

i think i’ve sorted it - sorry for the spam

FYI for others it just needed to be “delete”

2 Likes