mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-22 02:57:16 +02:00
[nodes] DistortionCalibration: cosmetics
This commit is contained in:
parent
f03cb7de54
commit
5b35b9a12e
1 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
__version__ = "2.0"
|
||||
__version__ = '2.0'
|
||||
|
||||
from meshroom.core import desc
|
||||
|
||||
|
@ -15,21 +15,21 @@ class DistortionCalibration(desc.CommandLineNode):
|
|||
desc.File(
|
||||
name='input',
|
||||
label='SfmData',
|
||||
description="SfmData File",
|
||||
description='SfmData File',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
desc.ListAttribute(
|
||||
elementDesc=desc.File(
|
||||
name="lensGridImage",
|
||||
label="Lens Grid Image",
|
||||
description="",
|
||||
value="",
|
||||
name='lensGridImage',
|
||||
label='Lens Grid Image',
|
||||
description='',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
name="lensGrid",
|
||||
label="Lens Grid Images",
|
||||
description="Lens grid images to estimate the optical distortions."
|
||||
name='lensGrid',
|
||||
label='Lens Grid Images',
|
||||
description='Lens grid images to estimate the optical distortions.',
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='verboseLevel',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue