mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 02:12:04 +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
|
@ -17,7 +17,7 @@ It can also be used to remove specific parts of from an SfM scene (like filter a
|
|||
desc.File(
|
||||
name="input",
|
||||
label="Input",
|
||||
description="SfMData file.",
|
||||
description="Input SfMData file.",
|
||||
value="",
|
||||
uid=[0],
|
||||
),
|
||||
|
@ -45,7 +45,7 @@ It can also be used to remove specific parts of from an SfM scene (like filter a
|
|||
elementDesc=desc.File(
|
||||
name="imageId",
|
||||
label="Image ID",
|
||||
description="UID or path of an image to add to the whitelist.",
|
||||
description="UID or path of an image to add to the white list.",
|
||||
value="",
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue