mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
nuke: reverse logic
This commit is contained in:
parent
4bcd90b415
commit
66cde9f6c7
1 changed files with 1 additions and 1 deletions
|
|
@ -897,7 +897,7 @@ def get_view_process_node():
|
|||
for v in nuke.allNodes(filter="Viewer"):
|
||||
ipn = v['input_process_node'].getValue()
|
||||
if ipn:
|
||||
if "VIEWER_INPUT" not in ipn:
|
||||
if "VIEWER_INPUT" in ipn:
|
||||
return
|
||||
ipn_orig = nuke.toNode(ipn)
|
||||
ipn_orig.setSelected(True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue