mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[nodes] add "usePointsVisibilities" and rename "input" option for MeshMasking
This commit is contained in:
parent
85f3ae4bdd
commit
787c1c4c02
1 changed files with 10 additions and 2 deletions
|
@ -13,8 +13,8 @@ Decimate triangles based on image masks.
|
|||
inputs = [
|
||||
desc.File(
|
||||
name='input',
|
||||
label='Input',
|
||||
description='''SfMData file.''',
|
||||
label='Dense SfMData',
|
||||
description='SfMData file.',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
|
@ -68,6 +68,14 @@ Decimate triangles based on image masks.
|
|||
value=False,
|
||||
uid=[0]
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='usePointsVisibilities',
|
||||
label='Use points visibilities',
|
||||
description='''Use the points visibilities from the meshing to filter triangles.
|
||||
Example: when they are occluded, back-face, etc.''',
|
||||
value=False,
|
||||
uid=[0]
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='verboseLevel',
|
||||
label='Verbose Level',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue