mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 07:48:37 +02:00
[cameraInit] rename parameter for allowing lcp search ignoring camera model
This commit is contained in:
parent
62e21544cf
commit
fb34e11b0a
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ The metadata needed are:
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='lensCorrectionProfileSearchByLensNameAndCameraMakerOnly',
|
name='lensCorrectionProfileSearchIgnoreCameraModel',
|
||||||
label='LCP Search using lens name and camera maker only.',
|
label='LCP Search using lens name and camera maker only.',
|
||||||
description='''Automatic LCP Search consider only the camera model and the lens name.''',
|
description='''Automatic LCP Search consider only the camera model and the lens name.''',
|
||||||
value=False,
|
value=False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue