Sybren A. Stüvel 60fb20c0ff Fix #104245: Incorrect frame range formatting when crafting blender's cmd
Fix a bug in the translation from 'human' frame ranges ('A-B,C-D') to
'Blender' frame ranges ('A..B,C..D'). It required calling
`string.replaceAll()` instead of `string.replace()` in the job compiler
script, which in turn required an upgrade of the JavaScript engine Goja.
2023-08-23 19:55:49 +02:00
..
2022-06-20 17:14:06 +02:00

These scripts are used for some (but far from all) unit tests.

It's mostly a place where we can add some extra files for the tests (like this README.md and empty.js) that should be ignored by the job compiler, without them getting embedded into the flamenco-manager executable file in production builds.