mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-05-18 05:04:50 +02:00
Fix batch processing outPath
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Flowframes
|
||||
return;
|
||||
|
||||
inPath = inputPath;
|
||||
// outPath = (Config.GetInt("outFolderLoc") == 0) ? inputPath.GetParentDir() : Config.Get("custOutDir").Trim();
|
||||
outPath = (Config.GetInt("outFolderLoc") == 0) ? inputPath.GetParentDir() : Config.Get("custOutDir").Trim(); // This used to be commented out, idk why. Required for batch mode to set outPath.
|
||||
tempFolder = InterpolateUtils.GetTempFolderLoc(inPath, outPath);
|
||||
framesFolder = Path.Combine(tempFolder, Paths.framesDir);
|
||||
interpFolder = Path.Combine(tempFolder, Paths.interpDir);
|
||||
|
||||
Reference in New Issue
Block a user