mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-29 14:37:26 +02:00
Update sfm pipeline to accept meshes
This commit is contained in:
parent
aeb77d8dbc
commit
eb9478c787
5 changed files with 23 additions and 3 deletions
|
@ -25,6 +25,12 @@ class SfMBootStraping(desc.AVCommandLineNode):
|
|||
description="Tracks file.",
|
||||
value="",
|
||||
),
|
||||
desc.File(
|
||||
name="meshFilename",
|
||||
label="Mesh File",
|
||||
description="Mesh file (*.obj).",
|
||||
value="",
|
||||
),
|
||||
desc.File(
|
||||
name="pairs",
|
||||
label="Pairs File",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue