Page 1 of 1

Running into multiple iteration issues, ScriptUI

Posted: December 10th, 2023, 7:45 pm
by nevermindnilas

Hello,

To explain what my script does, it acts as a frontend for a python script that I wrote for upscaling, interpolating and many more features.

The issue arises when I try to call the system over multiple layers.

Here's the code, hosted on github:
https://github.com/NevermindNilas/TheAn ... ripter.jsx

I am trying to iterate over each layer with a simple for loop but after one video is processed, the for loop completely breaks and it won't iterate over other files anymore.

I was maybe thinking to make a .bat file and try to process that way but it seems like a headache so I am looking for a simpler solution, please help :(