mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
BigRoy comment - Fix Typo
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
cb5fa7faa2
commit
58dee9e05e
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