[nodes] Clean-up: Harmonize nodes' descriptions

This commit is contained in:
Candice Bentéjac 2023-10-17 15:43:34 +02:00
parent e463f0dce2
commit f2d6770651
25 changed files with 173 additions and 173 deletions

View file

@ -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],
),