main
File_xor 2023-06-07 01:27:39 +09:00
parent ca0f980848
commit 5927f7c090
1 changed files with 1 additions and 1 deletions

View File

@ -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.')