Hello
We are in the Client review Beta program and therefore we are making some adjustment to our Pipeline, in order to use LUT's.
The situation:
We want to be able to choose what kind of quicktime gets generated from within Nuke. For example, one for normal sRGB and one for Alexa footage. So in the Publish window we want to have a choice what kind of Quicktime gets sent to screening room.
I can easily make more choices in the Publish window, but to be able to generate a different quicktime using tk-review-submission
, we need to make a different version of the app. As far as I know.
So now we need to have 2 Publishers in the Nuke Menu. One for normal sRGB and one for Alexa.
But we don't want 2 Publishers, we would like to have the choices in the Publish window. But there in cannot specify what kind of app the
The steps:
- So now I duplicated the app and renamed that to
tk-multi-review-submission-alexa
. I modified the burnin-nk, so it places a Vectorfield Node with the LUT on the end of the script. So now we have an Alexa LUT burned into the footage. - I duplicated the standard secondary_publish_tk-nuke hook from the Multi Publish app and modified it to point to the tk-multi-review-submission-alexa app. I use this hook as an override in the templates.yml.
-
In the
shot_step.yml
I created a second publisher in the Nuke section. So now we have 2 publishers: tk-multi-publish
-
tk-multi-publish-alexa
with thehook_secondary_publish
overridden by the custom hook that points totk-multi-review-submission-alexa
app. - If I use the Alexa publisher it works as expected and sends a Quicktime with a LUT burned in to Shotgun.
The question:
Since we can only use one seconday publish hook per publisher, is it possible to add more hooks and use those in one of the secondary outputs? Or maybe specify a different app for another secondary output? This way we can have more choices in the Publish window.
Kind regards,
David van Heeswijk
Storm Post Production