Integrate events plugins into a submitter UI

Hi,

I would like to scripts a check options box inside Maya/Nuke submitter to let the user decide if they want or not
the event plugins conversion to Quicktime been trigger upon the job completion.

I already have two separate event plugins for both software working fine.
QuickTime job get trigger after the render completion of my Nuke and Maya.

But i would like to let the users decide if they want of not through an options in the submitter to be able to say yes or no.
May also be like a new tab like the shotgun/Draft TAB inside the Submit Job UI.

  1. Where should i start to do that?
  2. Any others idea?

Millions thanks

jacquesD

Hi Jacques,

One approach would be to modify the submitter script to include the option UI, and then as part of the submission write the chosen setting to one of the Extra Info properties. Then your Event plugin can read this property from the job to decide what action to take (or not take).