houdni redshift: allow using get aov from other node

This commit is contained in:
MustafaJafar 2024-02-23 14:03:43 +02:00
parent 73e7317d3a
commit c74fcc4bbb

View file

@ -68,6 +68,10 @@ class CollectRedshiftROPRenderProducts(pyblish.api.InstancePlugin):
files_by_aov = {
"_": self.generate_expected_files(instance,
beauty_product)}
aovs_rop = rop.parm("RS_aovGetFromNode").evalAsNode()
if aovs_rop:
rop = aovs_rop
num_aovs = rop.evalParm("RS_aov")
for index in range(num_aovs):