mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-22 19:29:24 +01:00
mpdecimate improvements, fix custom out path, lwi caching, alpha tests (wip)
This commit is contained in:
@@ -86,7 +86,14 @@ namespace Flowframes.IO
|
||||
return path;
|
||||
}
|
||||
|
||||
public static string GetSessionDataPath()
|
||||
public static string GetCachePath()
|
||||
{
|
||||
string path = Path.Combine(GetDataPath(), "cache");
|
||||
Directory.CreateDirectory(path);
|
||||
return path;
|
||||
}
|
||||
|
||||
public static string GetSessionDataPath()
|
||||
{
|
||||
string path = Path.Combine(GetSessionsPath(), sessionTimestamp);
|
||||
Directory.CreateDirectory(path);
|
||||
|
||||
Reference in New Issue
Block a user