mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #5281 from ynput/bugfix/houdini_arnold_rop_typo
This commit is contained in:
commit
359d4958ed
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class CollectArnoldROPRenderProducts(pyblish.api.InstancePlugin):
|
|||
num_aovs = rop.evalParm("ar_aovs")
|
||||
for index in range(1, num_aovs + 1):
|
||||
# Skip disabled AOVs
|
||||
if not rop.evalParm("ar_enable_aovP{}".format(index)):
|
||||
if not rop.evalParm("ar_enable_aov{}".format(index)):
|
||||
continue
|
||||
|
||||
if rop.evalParm("ar_aov_exr_enable_layer_name{}".format(index)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue