mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-18 19:46:26 +02:00
[imageProcessing] fix scaleFactor name
This commit is contained in:
parent
2239d6a311
commit
c41eff81d6
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@ class ImageProcessing(desc.CommandLineNode):
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.FloatParam(
|
desc.FloatParam(
|
||||||
name='downscale',
|
name='scaleFactor',
|
||||||
label='Downscale',
|
label='ScaleFactor',
|
||||||
description='Downscale.',
|
description='Scale Factor.',
|
||||||
value=1.0,
|
value=1.0,
|
||||||
range=(0.0, 1.0, 0.01),
|
range=(0.0, 1.0, 0.01),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue