From 1917de03f15e37f8bb38fe702709e88633b4cf36 Mon Sep 17 00:00:00 2001 From: jmelou Date: Tue, 21 Nov 2023 16:05:35 +0100 Subject: [PATCH] [nodes] Lighting Calibration: add doc + change HS to SH --- meshroom/nodes/aliceVision/LightingCalibration.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meshroom/nodes/aliceVision/LightingCalibration.py b/meshroom/nodes/aliceVision/LightingCalibration.py index bcc55cef..d39d73b9 100644 --- a/meshroom/nodes/aliceVision/LightingCalibration.py +++ b/meshroom/nodes/aliceVision/LightingCalibration.py @@ -38,8 +38,9 @@ Can also be used to calibrate a lighting dome (RTI type). name="method", label="Calibration Method", description="Method used for light calibration.\n" - "Use 'brightestPoint' for shiny spheres and 'whiteSphere' for white matte spheres.", - values=["brightestPoint", "whiteSphere", "HS"], + "Use 'brightestPoint' for shiny spheres and 'whiteSphere' for white matte spheres.\n" + "Spherical Harmonic lighting can be estimated using 'SH' method.", + values=["brightestPoint", "whiteSphere", "SH"], value="brightestPoint", exclusive=True, uid=[0],