
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.