[nodes] Exposed all attributes that are connected in default pipelines

This commit is contained in:
Aurore LAFAURIE 2024-09-12 14:19:04 +02:00 committed by Fabien Castan
parent fbfe83e371
commit 23310ad3b0
14 changed files with 30 additions and 0 deletions

View file

@ -31,6 +31,7 @@ Contrary to the StructureFromMotion node, this node does not infer the camera po
name="featuresFolders",
label="Features Folders",
description="Folder(s) containing the extracted features and descriptors.",
exposed=True,
),
desc.ListAttribute(
elementDesc=desc.File(
@ -42,6 +43,7 @@ Contrary to the StructureFromMotion node, this node does not infer the camera po
name="matchesFolders",
label="Matches Folders",
description="Folder(s) in which computed matches are stored.",
exposed=True,
),
desc.ChoiceParam(
name="describerTypes",