mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
style
This commit is contained in:
parent
1ab40ddd24
commit
ca3034f272
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class ExtractThumbnail(openpype.api.Extractor):
|
|||
|
||||
ipn_orig = None
|
||||
for v in [n for n in nuke.allNodes()
|
||||
if "Viewer" == n.Class()]:
|
||||
if "Viewer" == n.Class()]:
|
||||
ip = v['input_process'].getValue()
|
||||
ipn = v['input_process_node'].getValue()
|
||||
if "VIEWER_INPUT" not in ipn and ip:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue