mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 19:59:31 +01:00
Temporarily disabled frame deletion for autoencode
This commit is contained in:
@@ -89,6 +89,9 @@ namespace Flowframes.Main
|
||||
{
|
||||
foreach (int frame in frameLinesToEncode)
|
||||
{
|
||||
// TODO: Make sure frames are no longer needed (e.g. for dupes) before deleting!!
|
||||
continue;
|
||||
|
||||
string framePath = Path.Combine(interpFramesPath, interpFramesLines[frame]);
|
||||
File.WriteAllText(framePath, "THIS IS A DUMMY FILE - DO NOT DELETE ME"); // Overwrite to save space without breaking progress counter
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user