diff --git a/meshroom/nodes/aliceVision/StructureFromMotion.py b/meshroom/nodes/aliceVision/StructureFromMotion.py index 92adf44e..09281182 100644 --- a/meshroom/nodes/aliceVision/StructureFromMotion.py +++ b/meshroom/nodes/aliceVision/StructureFromMotion.py @@ -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",