mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Merged in tokejepsen/pype/bugfix/nuke_only_render_single_writenode_on_farm (pull request #222)
Submit which write node to render on Deadline.
This commit is contained in:
commit
a4bef6aa87
1 changed files with 3 additions and 0 deletions
|
|
@ -100,6 +100,9 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
|
||||
# Resolve relative references
|
||||
"ProjectPath": workspace,
|
||||
|
||||
# Only the specific write node is rendered.
|
||||
"WriteNode": instance[0].name()
|
||||
},
|
||||
|
||||
# Mandatory for Deadline, may be empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue