mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/hosts/nuke/api/lib.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
71384d8cd6
commit
582e35a482
1 changed files with 2 additions and 2 deletions
|
|
@ -1057,8 +1057,8 @@ def add_deadline_tab(node):
|
|||
node.addKnob(knob)
|
||||
|
||||
knob = nuke.Int_Knob("deadlineConcurrentTasks", "Concurrent tasks")
|
||||
# zero as default will trigger value from Setting during collection
|
||||
# look to precollect_write.py
|
||||
# zero as default will get value from Settings during collection
|
||||
# instead of being an explicit user override, see precollect_write.py
|
||||
knob.setValue(0)
|
||||
node.addKnob(knob)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue