adding removeAOVs in setting to allow users to choose whether keeping existing AOVs

This commit is contained in:
Kayla Man 2022-11-10 20:53:24 +08:00
parent 7938f843f0
commit 377e6e88e1

View file

@ -64,7 +64,7 @@
"image_prefix": "<Scene>/<RenderLayer>/<RenderLayer>_<RenderPass>",
"image_format": "exr",
"multilayer_exr": true,
"remove_aovs": true,
"remove_aovs": false,
"tiled": true,
"aov_list": [],
"additional_options": []