Skip to content

Commit

Permalink
[nodes] StructureFromMotion: update label and description for the ali…
Browse files Browse the repository at this point in the history
…gnment option
  • Loading branch information
fabiencastan committed Sep 22, 2023
1 parent 6f44e70 commit 5aff0ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions meshroom/nodes/aliceVision/StructureFromMotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
),
Expand Down

0 comments on commit 5aff0ce

Please sign in to comment.