mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
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:
commit
22a65b6bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue