mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 20:01:58 +02:00
[nodes] Clean-up: Harmonize nodes' descriptions
This commit is contained in:
parent
e463f0dce2
commit
f2d6770651
25 changed files with 173 additions and 173 deletions
|
@ -12,38 +12,38 @@ Export the distortion model and parameters of cameras in a SfM scene.
|
|||
|
||||
inputs = [
|
||||
desc.File(
|
||||
name='input',
|
||||
label='Input SfMData',
|
||||
description='SfMData file.',
|
||||
value='',
|
||||
name="input",
|
||||
label="Input SfMData",
|
||||
description="Input SfMData file.",
|
||||
value="",
|
||||
uid=[0],
|
||||
),
|
||||
]
|
||||
|
||||
outputs = [
|
||||
desc.File(
|
||||
name='output',
|
||||
label='Folder',
|
||||
description='Output folder.',
|
||||
name="output",
|
||||
label="Folder",
|
||||
description="Output folder.",
|
||||
value=desc.Node.internalFolder,
|
||||
uid=[],
|
||||
),
|
||||
desc.File(
|
||||
name='distoStMap',
|
||||
label='Distortion ST Map',
|
||||
description='Calibrated distortion ST map.',
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder + '<INTRINSIC_ID>_distort.exr',
|
||||
group='', # do not export on the command line
|
||||
name="distoStMap",
|
||||
label="Distortion ST Map",
|
||||
description="Calibrated distortion ST map.",
|
||||
semantic="image",
|
||||
value=desc.Node.internalFolder + "<INTRINSIC_ID>_distort.exr",
|
||||
group="", # do not export on the command line
|
||||
uid=[],
|
||||
),
|
||||
desc.File(
|
||||
name='undistoStMap',
|
||||
label='Undistortion ST Map',
|
||||
description='Calibrated undistortion ST map.',
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder + '<INTRINSIC_ID>_undistort.exr',
|
||||
group='', # do not export on the command line
|
||||
name="undistoStMap",
|
||||
label="Undistortion ST Map",
|
||||
description="Calibrated undistortion ST map.",
|
||||
semantic="image",
|
||||
value=desc.Node.internalFolder + "<INTRINSIC_ID>_undistort.exr",
|
||||
group="", # do not export on the command line
|
||||
uid=[],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue