mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[nodes] MeshResampling: expose flipNormals param
This commit is contained in:
parent
dbba0b401c
commit
290acfe3ad
1 changed files with 7 additions and 0 deletions
|
@ -55,6 +55,13 @@ class MeshResampling(desc.CommandLineNode):
|
|||
range=(0, 100, 1),
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='flipNormals',
|
||||
label='Flip Normals',
|
||||
description='''Option to flip face normals. It can be needed as it depends on the vertices order in triangles and the convention change from one software to another.''',
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
]
|
||||
|
||||
outputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue