mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-2005 - set default from Settings to dropdown
This commit is contained in:
parent
8c3e63c35d
commit
9b1a739e18
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
|
||||
# get string values for pools
|
||||
primary_pool = overrides["renderGlobals"]["Pool"]
|
||||
secondary_pool = overrides["renderGlobals"]["SecondaryPool"]
|
||||
secondary_pool = overrides["renderGlobals"].get("SecondaryPool")
|
||||
data["primaryPool"] = primary_pool
|
||||
data["secondaryPool"] = secondary_pool
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue