mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 15:28:35 +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
|
@ -79,6 +79,6 @@ class SfMBootStraping(desc.AVCommandLineNode):
|
|||
name="output",
|
||||
label="SfMData",
|
||||
description="Path to the output SfMData file.",
|
||||
value=desc.Node.internalFolder + "sfm.json",
|
||||
value=desc.Node.internalFolder + "bootstrap.abc",
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue