mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-14 16:52:01 +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,
|
group=None,
|
||||||
groupDesc=[
|
groupDesc=[
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name='tileWidth',
|
name='tileBufferWidth',
|
||||||
label='Width',
|
label='Buffer Width',
|
||||||
description='Maximum tile buffer width.',
|
description='Maximum tile buffer width.',
|
||||||
value=1024,
|
value=1024,
|
||||||
range=(-1, 2000, 10),
|
range=(-1, 2000, 10),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name='tileHeight',
|
name='tileBufferHeight',
|
||||||
label='Height',
|
label='Buffer Height',
|
||||||
description='Maximum tile buffer height.',
|
description='Maximum tile buffer height.',
|
||||||
value=1024,
|
value=1024,
|
||||||
range=(-1, 2000, 10),
|
range=(-1, 2000, 10),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue