Skip to content

Commit 7916a85

Browse files
committed
[nodes][SfMFilter] update SfMFilter node
1 parent 3ad0df8 commit 7916a85

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

meshroom/nodes/aliceVision/SfMFilter.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,16 @@ class SfMFilter(desc.AVCommandLineNode):
217217
and node.filterParams.filterObservations3D.observationsPropagationEnabled.value,
218218
uid=[0],
219219
),
220+
desc.BoolParam(
221+
name="observationsPropagationKeep",
222+
label="Keep Propagated Observations",
223+
description="Specifies if propagated observations are to be kept at the end.",
224+
value=False,
225+
enabled=lambda node: node.filterParams.filterObservations3D.filterObservations3DEnabled.value
226+
and node.filterParams.filterObservations3D.propagationEnabled.value
227+
and node.filterParams.filterObservations3D.observationsPropagationEnabled.value,
228+
uid=[0],
229+
),
220230
desc.FloatParam(
221231
name="neighborsInfluence",
222232
label="Neighbors Influence",

0 commit comments

Comments
 (0)