mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 15:58:36 +02:00
Output are now alembic files
This commit is contained in:
parent
176e2a8c4c
commit
8cd9752587
3 changed files with 3 additions and 3 deletions
|
@ -50,6 +50,6 @@ Use a JSON file to inject poses inside the SfMData.
|
||||||
name="output",
|
name="output",
|
||||||
label="SfMData",
|
label="SfMData",
|
||||||
description="Path to the output SfM file.",
|
description="Path to the output SfM file.",
|
||||||
value=desc.Node.internalFolder + "sfmData.sfm",
|
value=desc.Node.internalFolder + "sfmData.abc",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
|
@ -79,6 +79,6 @@ class SfMBootStraping(desc.AVCommandLineNode):
|
||||||
name="output",
|
name="output",
|
||||||
label="SfMData",
|
label="SfMData",
|
||||||
description="Path to the output SfMData file.",
|
description="Path to the output SfMData file.",
|
||||||
value=desc.Node.internalFolder + "sfm.json",
|
value=desc.Node.internalFolder + "bootstrap.abc",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
|
@ -170,6 +170,6 @@ class SfMExpanding(desc.AVCommandLineNode):
|
||||||
name="output",
|
name="output",
|
||||||
label="SfMData",
|
label="SfMData",
|
||||||
description="Path to the output SfMData file.",
|
description="Path to the output SfMData file.",
|
||||||
value=desc.Node.internalFolder + "sfm.json",
|
value=desc.Node.internalFolder + "sfmExpanded.abc",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue