Tk-nuke-quickreview : custom dialog.py

Hi

I need to take over this module to modify quick review status at version creation:
app_store\tk-nuke-quickreview\*\python\tk_nuke_quickreview\dialog.py

I already took over env/includes/settings/tk-nuke-quickreview.yml with custom settings.py and events.py in

settings.tk-nuke-quickreview.shot:
  template_output: nuke_shot_render_mono_mov
  settings_hook: "{config}/tk-nuke-quickreview/settings.py"
  # events_hook: "{self}/events.py"
  events_hook: "{config}/tk-nuke-quickreview/events.py"
  location: "@apps.tk-nuke-quickreview.location"

How can I make tk-nuke-quickreview.yml point to my dialog.py file?

Thanks

afaik You cannot do this without forking the app. It is not a hook to be overridden, but a part of the application.
The process is:

  • create git checkout of the app
  • perform your changes
  • point @apps.tk-nuke-quickreview.location to the git checkout

Okay, is there a simpler way to modify the created version default status ? It is currently “rev”, but I want to set something else.