[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:
Julien-Haudegond 2020-07-30 11:26:01 +02:00
parent 97fd076877
commit 9a7e4fe16d

View file

@ -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',