mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
Merge pull request #2465 from alicevision/dev/radiusSphereDetection
[nodes] SphereDetection: Increase max value for `sphereRadius`
This commit is contained in:
commit
fc004f5009
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Spheres can be automatically detected or manually defined in the interface.
|
||||||
label="Radius",
|
label="Radius",
|
||||||
description="Sphere radius in pixels.",
|
description="Sphere radius in pixels.",
|
||||||
value=500.0,
|
value=500.0,
|
||||||
range=(0.0, 1000.0, 0.1),
|
range=(0.0, 10000.0, 0.1),
|
||||||
enabled=lambda node: not node.autoDetect.value,
|
enabled=lambda node: not node.autoDetect.value,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue