mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[nodes] meshing: add multi-resolution option
This commit is contained in:
parent
7ecde53df7
commit
7814101a77
1 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,15 @@ class Meshing(desc.CommandLineNode):
|
|||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='repartition',
|
||||
label='Repartition',
|
||||
description='',
|
||||
value='multiResolution',
|
||||
values=('multiResolution', 'regularGrid'),
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
name='smoothingIteration',
|
||||
label='Smoothing Iteration',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue