add renderlayer and aov keys to created runtime render instances

This commit is contained in:
MustafaJafar 2024-05-22 21:51:42 +03:00
parent 9012e52a4b
commit cba100a21e

View file

@ -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,