mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 23:38:48 +02:00
[nodes] Meshing: add enabled parameter to bounding box
- Add enabled parameter to Bounding Box and update the major version of the node (important)
This commit is contained in:
parent
97fd076877
commit
9a7e4fe16d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
__version__ = "5.0"
|
||||
__version__ = "6.0"
|
||||
|
||||
from meshroom.core import desc
|
||||
|
||||
|
@ -128,7 +128,7 @@ A Graph Cut Max-Flow is applied to optimally cut the volume. This cut represents
|
|||
)
|
||||
],
|
||||
joinChar=",",
|
||||
advanced=True
|
||||
enabled=lambda node: node.useBoundingBox.value,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='estimateSpaceFromSfM',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue