mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 11:21:52 +02:00
[nodes] add "smooth" option for MeshMasking
This commit is contained in:
parent
7128bb4d9a
commit
f16402ff06
1 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,13 @@ Decimate triangles based on image masks.
|
|||
range=(1, 100, 1),
|
||||
uid=[0]
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='smoothBoundary',
|
||||
label='Smooth Boundary',
|
||||
description='Modify the triangles at the boundary to fit the masks.',
|
||||
value=False,
|
||||
uid=[0]
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='invert',
|
||||
label='Invert',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue