Merge pull request #2465 from alicevision/dev/radiusSphereDetection

[nodes] SphereDetection: Increase max value for `sphereRadius`
This commit is contained in:
Fabien Castan 2024-07-17 22:35:31 +02:00 committed by GitHub
commit fc004f5009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ Spheres can be automatically detected or manually defined in the interface.
label="Radius",
description="Sphere radius in pixels.",
value=500.0,
range=(0.0, 1000.0, 0.1),
range=(0.0, 10000.0, 0.1),
enabled=lambda node: not node.autoDetect.value,
uid=[0],
),