mirror of https://github.com/Filexor/Clip_IO.git
Bugfix
parent
ca0f980848
commit
5927f7c090
|
|
@ -295,7 +295,7 @@ class Clip_IO(scripts.Script):
|
|||
o = i
|
||||
pass
|
||||
finally:
|
||||
i = o.clone()
|
||||
i = local["o"].clone()
|
||||
pass
|
||||
else:
|
||||
warnings.warn(f'Directive "{dir.name}" does not exist.')
|
||||
|
|
|
|||
Loading…
Reference in New Issue