mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +02:00
[nodes] DepthMap: Update tilePadding parameter default value to 64
This commit is contained in:
parent
3e35d37e1e
commit
4fab41a1a6
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
|||
name='tilePadding',
|
||||
label='Padding',
|
||||
description='Tile buffer padding for overlapping.',
|
||||
value=128,
|
||||
value=64,
|
||||
range=(0, 500, 1),
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue