mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[nodes] Exposed all attributes that are connected in default pipelines
This commit is contained in:
parent
fbfe83e371
commit
23310ad3b0
14 changed files with 30 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue