mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-2005 - push through pool values to renderlayer instance
This commit is contained in:
parent
71d2185593
commit
92d30d5d19
1 changed files with 2 additions and 0 deletions
|
|
@ -342,6 +342,8 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
"tileRendering": render_instance.data.get("tileRendering") or False, # noqa: E501
|
||||
"tilesX": render_instance.data.get("tilesX") or 2,
|
||||
"tilesY": render_instance.data.get("tilesY") or 2,
|
||||
"primaryPool": render_instance.data.get("primaryPool"),
|
||||
"secondaryPool": render_instance.data.get("secondaryPool"),
|
||||
"priority": render_instance.data.get("priority"),
|
||||
"convertToScanline": render_instance.data.get(
|
||||
"convertToScanline") or False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue