mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
nuke: fixes of publishing workflow for nuke 12
This commit is contained in:
parent
4c1e34a2db
commit
4bcd90b415
3 changed files with 5 additions and 6 deletions
|
|
@ -896,7 +896,9 @@ def get_view_process_node():
|
|||
ipn_orig = None
|
||||
for v in nuke.allNodes(filter="Viewer"):
|
||||
ipn = v['input_process_node'].getValue()
|
||||
if "VIEWER_INPUT" not in ipn:
|
||||
if ipn:
|
||||
if "VIEWER_INPUT" not in ipn:
|
||||
return
|
||||
ipn_orig = nuke.toNode(ipn)
|
||||
ipn_orig.setSelected(True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue