mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
added primary and secondary pool to instance
This commit is contained in:
parent
fcdf1402ff
commit
8664602fae
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ class CreateRenderGlobals(avalon.maya.Creator):
|
|||
data["machineList"] = ""
|
||||
data["useMayaBatch"] = True
|
||||
data["primaryPool"] = pools
|
||||
# We add a string "-" to allow the user to not set any secondary pools
|
||||
data["secondaryPool"] = ["-"] + pools
|
||||
|
||||
self.data = data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue