mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-19 01:39:26 +01:00
Actually set the stepByStep flag for current InterpSettings
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Flowframes.UI
|
||||
|
||||
static void CheckExistingFolder (string inpath, string outpath)
|
||||
{
|
||||
if (Config.GetInt("processingMode") == 0) return;
|
||||
if (!Interpolate.current.stepByStep) return;
|
||||
string tmpFolder = InterpolateUtils.GetTempFolderLoc(inpath, outpath);
|
||||
if (Directory.Exists(tmpFolder))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user