mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 20:59:39 +01:00
Fixed image sequence copy bugs
This commit is contained in:
@@ -138,8 +138,8 @@ namespace Flowframes.Main
|
||||
if (Interpolate.canceled) return;
|
||||
if (i >= frameFilesWithoutLast.Length) break;
|
||||
|
||||
if (debug && i == startIndex)
|
||||
fileContent += $"# NEW THREAD - {startIndex} to {startIndex + count}\n";
|
||||
// if (debug && i == startIndex)
|
||||
// fileContent += $"# NEW THREAD - {startIndex} to {startIndex + count}\n";
|
||||
|
||||
string inputFilenameNoExt = Path.GetFileNameWithoutExtension(frameFilesWithoutLast[i].Name);
|
||||
int dupesAmount = dupesDict.ContainsKey(inputFilenameNoExt) ? dupesDict[inputFilenameNoExt] : 0;
|
||||
|
||||
Reference in New Issue
Block a user