From 5aff0ce5cddd747e7737fa8f6356ac30e1aa3d5f Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Fri, 22 Sep 2023 13:56:12 +0200 Subject: [PATCH] [nodes] StructureFromMotion: update label and description for the alignment option --- meshroom/nodes/aliceVision/StructureFromMotion.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meshroom/nodes/aliceVision/StructureFromMotion.py b/meshroom/nodes/aliceVision/StructureFromMotion.py index 0928118223..77a4a6bd76 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 the 3D reconstruction.\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], ),