mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(nk): it didn't stop procedure after exeption
This commit is contained in:
parent
979a96af4b
commit
8181db02cf
1 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ class LoadLutsInputProcess(api.Loader):
|
|||
# try to place it under Viewer1
|
||||
if not self.connect_active_viewer(GN):
|
||||
nuke.delete(GN)
|
||||
return
|
||||
|
||||
GN["tile_color"].setValue(int("0x3469ffff", 16))
|
||||
|
||||
|
|
@ -220,6 +221,7 @@ class LoadLutsInputProcess(api.Loader):
|
|||
# try to place it under Viewer1
|
||||
if not self.connect_active_viewer(GN):
|
||||
nuke.delete(GN)
|
||||
return
|
||||
|
||||
# get all versions in list
|
||||
versions = io.find({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue