mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
added framesPerTask option to instance
This commit is contained in:
parent
aca547a56f
commit
10d7bab7d7
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class CreateRenderGlobals(avalon.maya.Creator):
|
|||
data["overrideExistingFrame"] = True
|
||||
data["useLegacyRenderLayers"] = True
|
||||
data["priority"] = 50
|
||||
data["framesPerTask"] = 1
|
||||
data["whitelist"] = False
|
||||
data["machineList"] = ""
|
||||
data["useMayaBatch"] = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue