mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 12:19:27 +01:00
Fixed broken interp frame amount check
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Flowframes.Main
|
||||
return;
|
||||
}
|
||||
|
||||
if (IoUtils.GetAmountOfFiles(path, false, "*.*" + I.current.interpExt) <= 1)
|
||||
if (IoUtils.GetAmountOfFiles(path, false, "*" + I.current.interpExt) <= 1)
|
||||
{
|
||||
I.Cancel("Output folder does not contain frames - An error must have occured during interpolation!", AiProcess.hasShownError);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user