diff --git a/meshroom/nodes/aliceVision/StructureFromMotion.py b/meshroom/nodes/aliceVision/StructureFromMotion.py index 0928118223e..4ed48c10eef 100644 --- a/meshroom/nodes/aliceVision/StructureFromMotion.py +++ b/meshroom/nodes/aliceVision/StructureFromMotion.py @@ -350,8 +350,11 @@ class StructureFromMotion(desc.AVCommandLineNode): ), desc.BoolParam( name="useAutoTransform", - label="Automatically align result", - description="Enable/Disable automatic alignment of result.", + label="Automatic Alignment", + description="Enable/Disable automatic alignment of result.\n" + "Determines scene orientation from the cameras' X axis,\n" + "determines north and scale from GPS information if available,\n" + "and defines ground level from the point cloud.", value=True, uid=[0], ),