From ce4fa1be5804e384c7c98f304fd75f1b35a8cfbf Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Thu, 21 Sep 2023 21:36:42 +0200 Subject: [PATCH] [nodes] CameraInit: fix tooltip focal is in mm --- meshroom/nodes/aliceVision/CameraInit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/nodes/aliceVision/CameraInit.py b/meshroom/nodes/aliceVision/CameraInit.py index be0dab26..16460b3d 100644 --- a/meshroom/nodes/aliceVision/CameraInit.py +++ b/meshroom/nodes/aliceVision/CameraInit.py @@ -31,7 +31,7 @@ Viewpoint = [ Intrinsic = [ desc.IntParam(name="intrinsicId", label="ID", description="Intrinsic UID.", value=-1, uid=[0], range=None), desc.FloatParam(name="initialFocalLength", label="Initial Focal Length", - description="Initial guess on the focal length (in pixels).\n" + description="Initial guess on the focal length (in mm).\n" "When we have an initial value from EXIF, this value is not accurate but it cannot be wrong.\n" "So this value is used to limit the range of possible values in the optimization.\n" "If this value is set to -1, it will not be used and the focal length will not be bounded.",