Merge branch 'animationblending' into 'master'

Animation blending implementation. Flexible and moddable through .yaml blending config files.

See merge request OpenMW/openmw!3497
This commit is contained in:
Alexei Kotov 2024-07-22 13:16:06 +00:00
commit 1f4ab3b668
37 changed files with 1423 additions and 38 deletions

View file

@ -62,6 +62,8 @@ def runTest(name):
"resolution x = 640\n"
"resolution y = 480\n"
"framerate limit = 60\n"
"[Game]\n"
"smooth animation transitions = true\n"
)
stdout_lines = list()
exit_ok = True