mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 20:31:56 +02:00
[nodes] format MeshDecimate/Denoising documentation
This commit is contained in:
parent
36ed1a5236
commit
c993559e48
2 changed files with 9 additions and 3 deletions
|
@ -50,7 +50,9 @@ class MeshDecimate(desc.CommandLineNode):
|
|||
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.''',
|
||||
description='Option to flip face normals.\n'
|
||||
'It can be needed as it depends on the vertices order in triangles\n'
|
||||
'and the convention change from one software to another.',
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue