mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
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:
commit
1f4ab3b668
37 changed files with 1423 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue