Obsolete transition and rate, and add end time for relative motion node.

This commit is contained in:
2023-04-18 09:33:47 +08:00
parent 17d620ff0c
commit f4411629e4
7 changed files with 119 additions and 44 deletions

View File

@@ -586,7 +586,7 @@ namespace Cryville.Crtr {
MissingMemberHandling = MissingMemberHandling.Error
});
if (chart.format != 2) throw new FormatException("Invalid chart file format version");
if (chart.format != 3) throw new FormatException("Invalid chart file format version");
etor = new PdtEvaluator(); loadPregress = .05f;