Added checkbox to write node requires_gpu#256
Conversation
…ires_gpu` as a shortcut to setting the OpenCue publish attribute, so "Render On Farm" button picks it up.
BigRoy
left a comment
There was a problem hiding this comment.
Logic is essentially specific to some OpenCue integration - and hence I'd argue it should actually live there.
Unless this has usage outside of OpenCue and we can change the code accordingly to generalize, but I don't think that's the case.
|
@BigRoy , is there a way from the ayon_opencue addon to hook into the ayon_nuke write node and add this boolean knob? |
I don't think there is by current design no. But is it important to be its own knob on the node, instead of having it available in the publisher UI. Because that is possible from other plug-ins, yes. |
…issing from the write node.
|
Sorry for late reply. I have my artists using the "Render On Farm" button on the write node, in order to try renders as many times as they want before publishing. Showing them the workflow of:
Was clearly quite unfriendly, so I told them I'd also add a knob on the write node to control that setting. Which then becomes:
|
Changelog Description
Added checkbox to write node
requires_gpuas a shortcut to setting the OpenCue publish attribute, so "Render On Farm" button picks it up.Works bi-directionally - i.e. changing the publish attribute updates the checkbox and vice versa.