mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix wrong chunk_size attribute
This commit is contained in:
parent
189114feeb
commit
98ba3225aa
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
|
||||
# presets
|
||||
priority = 50
|
||||
deadline_chunk_size = 1
|
||||
chunk_size = 1
|
||||
primary_pool = ""
|
||||
secondary_pool = ""
|
||||
group = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue