mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-07-12 13:31:56 +02:00
No UI status change for blending scene changes in autoenc
This commit is contained in:
@@ -181,7 +181,7 @@ namespace Flowframes.Main
|
||||
File.WriteAllLines(framesFileChunk, IOUtils.ReadLines(framesFileFull).Skip(firstFrameNum).Take(framesAmount));
|
||||
|
||||
if (Config.GetInt("sceneChangeFillMode") == 1)
|
||||
await Blend.BlendSceneChanges(framesFileChunk);
|
||||
await Blend.BlendSceneChanges(framesFileChunk, false);
|
||||
|
||||
float maxFps = Config.GetFloat("maxFps");
|
||||
bool fpsLimit = maxFps != 0 && I.current.outFps > maxFps;
|
||||
|
||||
Reference in New Issue
Block a user