option to Align sfm at the end

This commit is contained in:
Fabien SERVANT 2023-09-21 10:32:50 +02:00
parent fdeb53c73b
commit 6f44e705fb

View file

@ -1,4 +1,4 @@
__version__ = "3.2"
__version__ = "3.3"
from meshroom.core import desc
@ -348,6 +348,13 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
value=True,
uid=[0],
),
desc.BoolParam(
name="useAutoTransform",
label="Automatically align result",
description="Enable/Disable automatic alignment of result.",
value=True,
uid=[0],
),
desc.File(
name="initialPairA",
label="Initial Pair A",