finia2NA/getter

Having 2 instances of the program running side-by side in the same rendering directory will lead to unrendered files bein moved to the export location

Closed this issue · 1 comments

The reason for this is that the moveFiles() method at the end of the both main programs moves all files in the rendering location. this works well if there's only one instance operating in that folder, but leads to Program A moving the files of Program B with parallel instances.

I probably won't fix this since it is not a big issue in practical applications.

fixed as of 51f97fe :)