Symlink to frame sequence if compatible (no copying)

This commit is contained in:
N00MKRAD
2021-05-24 13:42:53 +02:00
parent a3053a2ffc
commit fd9f5235b1
4 changed files with 40 additions and 17 deletions

View File

@@ -59,6 +59,7 @@ namespace Flowframes
{
if (str.Length < 1 || str == null)
return 0f;
string num = str.TrimNumbers(true).Replace(",", ".");
float value;
float.TryParse(num, NumberStyles.Any, CultureInfo.InvariantCulture, out value);