mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Remove setting of ChunkSize from instance data since CollectRender actually applies it through "renderGlobals"
This commit is contained in:
parent
5ebca028ee
commit
0cd7ddcef4
1 changed files with 0 additions and 1 deletions
|
|
@ -142,7 +142,6 @@ class MayaSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline):
|
|||
|
||||
job_info.Pool = instance.data.get("primaryPool")
|
||||
job_info.SecondaryPool = instance.data.get("secondaryPool")
|
||||
job_info.ChunkSize = instance.data.get("chunkSize", 10)
|
||||
job_info.Comment = context.data.get("comment")
|
||||
job_info.Priority = instance.data.get("priority", self.priority)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue