mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
[nodes] update several nodes with enabled parameter
This commit is contained in:
parent
a5407fc8c7
commit
d1756ca650
5 changed files with 27 additions and 3 deletions
|
@ -51,6 +51,7 @@ A Graph Cut Max-Flow is applied to optimally cut the volume. This cut represents
|
|||
range=(0, 100, 1),
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
enabled=lambda node: node.estimateSpaceFromSfM.value,
|
||||
),
|
||||
desc.FloatParam(
|
||||
name='estimateSpaceMinObservationAngle',
|
||||
|
@ -59,6 +60,7 @@ A Graph Cut Max-Flow is applied to optimally cut the volume. This cut represents
|
|||
value=10,
|
||||
range=(0, 120, 1),
|
||||
uid=[0],
|
||||
enabled=lambda node: node.estimateSpaceFromSfM.value,
|
||||
),
|
||||
desc.IntParam(
|
||||
name='maxInputPoints',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue