Merge branch 'bugfix/houdini_refactor_get_output_parameter' of https://github.com/ynput/OpenPype into bugfix/houdini_refactor_get_output_parameter

This commit is contained in:
MustafaJafar 2023-12-14 00:07:35 +02:00
commit 22a65b6bd6

View file

@ -168,7 +168,7 @@ def get_output_parameter(node):
return node.parm("copoutput")
elif node_type in {"karma", "opengl"}:
return node.parm("picture")
elif node_type == "ifd": # Matnra
elif node_type == "ifd": # Mantra
if node.evalParm("soho_outputmode"):
return node.parm("soho_diskfile")
return node.parm("vm_picture")