[panorama] rename compositing variable

This commit is contained in:
Fabien Servant 2023-03-06 12:29:30 +01:00
parent cc47806088
commit 1749e683ea

View file

@ -57,9 +57,9 @@ Multiple cameras are contributing to the low frequencies and only the best one c
uid=[0] uid=[0]
), ),
desc.IntParam( desc.IntParam(
name='forcedLevelsCount', name='forceMinPyramidLevels',
label='Pyramid levels', label='Pyramid levels',
description='Force the number of levels in the pyramid for multiband compositer.', description='Force the minimal number of levels in the pyramid for multiband compositer.',
value=0, value=0,
range=(0, 16, 1), range=(0, 16, 1),
uid=[0], uid=[0],