mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix types in default settings
This commit is contained in:
parent
4bca280d25
commit
b65a360ca6
1 changed files with 3 additions and 3 deletions
|
|
@ -42,14 +42,14 @@
|
|||
"multilayer_exr": true,
|
||||
"tiled": true,
|
||||
"aov_list": [],
|
||||
"additional_options": {}
|
||||
"additional_options": []
|
||||
},
|
||||
"vray_renderer": {
|
||||
"image_prefix": "maya/<scene>/<Layer>/<Layer>",
|
||||
"engine": "1",
|
||||
"image_format": "png",
|
||||
"aov_list": [],
|
||||
"additional_options": {}
|
||||
"additional_options": []
|
||||
},
|
||||
"redshift_renderer": {
|
||||
"image_prefix": "maya/<Scene>/<RenderLayer>/<RenderLayer>",
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
"multilayer_exr": true,
|
||||
"force_combine": true,
|
||||
"aov_list": [],
|
||||
"additional_options": {}
|
||||
"additional_options": []
|
||||
}
|
||||
},
|
||||
"create": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue