mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merged in hotfix/nuke-missing-variable (pull request #320)
Hotfix/nuke missing variable Approved-by: Jakub Ježek <jakub@pype.club>
This commit is contained in:
commit
6bd3177727
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