Manager: fix pythonisms in JS code
This commit is contained in:
parent
f9d9bc99bc
commit
4ca71d96ce
@ -141,7 +141,7 @@ function guessOutputFileExtension(settings) {
|
||||
return settings.image_file_extension;
|
||||
}
|
||||
|
||||
container = scene.render.ffmpeg.format
|
||||
const container = settings.video_container_format;
|
||||
if (container in videoContainerToExtension) {
|
||||
return videoContainerToExtension[container];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user