mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 04:41:58 +02:00
[nodes] DepthMap: Rename parameters tileBufferWidth & tileBufferHeight
This commit is contained in:
parent
f3074948e7
commit
3e35d37e1e
1 changed files with 4 additions and 4 deletions
|
@ -70,16 +70,16 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
|||
group=None,
|
||||
groupDesc=[
|
||||
desc.IntParam(
|
||||
name='tileWidth',
|
||||
label='Width',
|
||||
name='tileBufferWidth',
|
||||
label='Buffer Width',
|
||||
description='Maximum tile buffer width.',
|
||||
value=1024,
|
||||
range=(-1, 2000, 10),
|
||||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
name='tileHeight',
|
||||
label='Height',
|
||||
name='tileBufferHeight',
|
||||
label='Buffer Height',
|
||||
description='Maximum tile buffer height.',
|
||||
value=1024,
|
||||
range=(-1, 2000, 10),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue