mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-11 08:06:52 +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],
|
||||
),
|
||||
desc.FloatParam(
|
||||
name='downscale',
|
||||
label='Downscale',
|
||||
description='Downscale.',
|
||||
name='scaleFactor',
|
||||
label='ScaleFactor',
|
||||
description='Scale Factor.',
|
||||
value=1.0,
|
||||
range=(0.0, 1.0, 0.01),
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue