mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[panorama] rename compositing variable
This commit is contained in:
parent
cc47806088
commit
1749e683ea
1 changed files with 2 additions and 2 deletions
|
@ -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],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue