Skip to content

Commit

Permalink
Thumbnail: Add quiet to config file (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Nov 7, 2023
1 parent 773209d commit e272618
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions resources/configs/thumbnail.d/10_global.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"global":
{
"scalars": "",
"anti-aliasing": true,
"tone-mapping": true,
"no-background": true,
"max-size":100,
"camera-direction": "-1,-0.5,-1",
"hdri-ambient": true
"hdri-ambient": true,
"max-size":100,
"no-background": true,
"quiet": true,
"scalars": "",
"tone-mapping": true
}
}

0 comments on commit e272618

Please sign in to comment.