mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add renderlayer and aov keys to created runtime render instances
This commit is contained in:
parent
9012e52a4b
commit
cba100a21e
1 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ class CollectLocalRenderInstances(pyblish.api.InstancePlugin):
|
|||
"productGroup": product_group,
|
||||
"families": ["render.local.hou", "review"],
|
||||
"instance_node": instance.data["instance_node"],
|
||||
"renderlayer": instance.data["renderlayer"],
|
||||
"aov": aov_name,
|
||||
"representations": [
|
||||
{
|
||||
"stagingDir": staging_dir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue