[nodes] SfM: extend maxImagesPerGroup range to 0

This commit is contained in:
Loïc Vital 2023-06-15 12:01:37 +02:00
parent 9194b13e1f
commit e6d58de546

View file

@ -186,7 +186,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
description='Maximum number of cameras that can be added before the bundle adjustment has to be performed again.\n'
'This prevents adding too much data at once without performing the bundle adjustment.',
value=30,
range=(1, 100, 1),
range=(0, 100, 1),
uid=[0],
advanced=True
),