mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 00:17:44 +01:00
added funding file
This commit is contained in:
@@ -146,6 +146,8 @@ namespace Flowframes
|
|||||||
|
|
||||||
public static async Task PostProcessFrames (bool sbsMode = false)
|
public static async Task PostProcessFrames (bool sbsMode = false)
|
||||||
{
|
{
|
||||||
|
if (canceled) return;
|
||||||
|
|
||||||
if (!Directory.Exists(currentFramesPath) || currentInputFrameCount <= 0 || IOUtils.GetAmountOfFiles(currentFramesPath, false, "*.png") < 2)
|
if (!Directory.Exists(currentFramesPath) || currentInputFrameCount <= 0 || IOUtils.GetAmountOfFiles(currentFramesPath, false, "*.png") < 2)
|
||||||
Cancel("Extracted frames folder is empty!");
|
Cancel("Extracted frames folder is empty!");
|
||||||
|
|
||||||
@@ -237,6 +239,7 @@ namespace Flowframes
|
|||||||
IOUtils.TryDeleteIfExists(currentTempDir);
|
IOUtils.TryDeleteIfExists(currentTempDir);
|
||||||
Program.mainForm.SetWorking(false);
|
Program.mainForm.SetWorking(false);
|
||||||
Program.mainForm.SetTab("interpolation");
|
Program.mainForm.SetTab("interpolation");
|
||||||
|
if(!Logger.GetLastLine().Contains("Canceled interpolation."))
|
||||||
Logger.Log("Canceled interpolation.");
|
Logger.Log("Canceled interpolation.");
|
||||||
if (!string.IsNullOrWhiteSpace(reason) && !noMsgBox)
|
if (!string.IsNullOrWhiteSpace(reason) && !noMsgBox)
|
||||||
Utils.ShowMessage($"Canceled:\n\n{reason}");
|
Utils.ShowMessage($"Canceled:\n\n{reason}");
|
||||||
|
|||||||
1
FUNDING.yml
Normal file
1
FUNDING.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
patreon: n00mkrad
|
||||||
Reference in New Issue
Block a user