Merge pull request #110 from ynput/enhancement/houdini_resdshift_allow_using_get_aov_from_other_node

houdni redshift: allow using get aov from other node
This commit is contained in:
Kayla Man 2024-02-23 22:43:19 +08:00 committed by GitHub
commit c3860e1311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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):