Skip to content

Commit

Permalink
option to Align sfm at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien SERVANT committed Sep 21, 2023
1 parent fdeb53c commit 6f44e70
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion meshroom/nodes/aliceVision/StructureFromMotion.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.2"
__version__ = "3.3"

from meshroom.core import desc

Expand Down Expand Up @@ -348,6 +348,13 @@ class StructureFromMotion(desc.AVCommandLineNode):
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",
Expand Down

0 comments on commit 6f44e70

Please sign in to comment.