Running into multiple iteration issues, ScriptUI

All things .jsx

Moderator: Paul Tuersley

Post Reply
nevermindnilas
Posts: 1
Joined: December 5th, 2023, 3:26 pm

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 :(

Post Reply