mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(nuke): missing variable issue
This commit is contained in:
parent
8ba430f480
commit
c6253b7493
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ class ExtractReviewData(pype.api.Extractor):
|
|||
if nuke.selectedNodes():
|
||||
[n.setSelected(False) for n in nuke.selectedNodes()]
|
||||
|
||||
ipn_orig = None
|
||||
for v in [n for n in nuke.allNodes()
|
||||
if "Viewer" in n.Class()]:
|
||||
ip = v['input_process'].getValue()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue