diff --git a/Code/Flowframes.csproj b/Code/Flowframes.csproj index 3956ead..595a02a 100644 --- a/Code/Flowframes.csproj +++ b/Code/Flowframes.csproj @@ -495,6 +495,7 @@ PromptForm.cs + Designer SettingsForm.cs diff --git a/Code/Os/VapourSynthUtils.cs b/Code/Os/VapourSynthUtils.cs index 441e1c7..06d2606 100644 --- a/Code/Os/VapourSynthUtils.cs +++ b/Code/Os/VapourSynthUtils.cs @@ -182,7 +182,7 @@ namespace Flowframes.Os s += @"reorderedClip = clip[0]\n"; s += "\n"; - s += $"with open(r'{Path.Combine(inSet.tempFolder, "frames.vs.json")}') as json_file:\n"; + s += $"with open(r'{Path.Combine(settings.InterpSettings.tempFolder, "frames.vs.json")}') as json_file:\n"; s += " frameList = json.load(json_file)\n"; s += " \n"; s += " for i in frameList:\n";