mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
adding removeAOVs in setting to allow users to choose whether keeping existing AOVs
This commit is contained in:
parent
377e6e88e1
commit
365feefb48
2 changed files with 5 additions and 5 deletions
|
|
@ -64,8 +64,8 @@
|
|||
"image_prefix": "<Scene>/<RenderLayer>/<RenderLayer>_<RenderPass>",
|
||||
"image_format": "exr",
|
||||
"multilayer_exr": true,
|
||||
"remove_aovs": false,
|
||||
"tiled": true,
|
||||
"remove_aovs": false,
|
||||
"aov_list": [],
|
||||
"additional_options": []
|
||||
},
|
||||
|
|
|
|||
|
|
@ -70,13 +70,13 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"key": "remove_aovs",
|
||||
"label": "Remove AOVs",
|
||||
"key": "tiled",
|
||||
"label": "Tiled (tif, exr)",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"key": "tiled",
|
||||
"label": "Tiled (tif, exr)",
|
||||
"key": "remove_aovs",
|
||||
"label": "Remove existing AOVs",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue