[nodes] format MeshDecimate/Denoising documentation

This commit is contained in:
Yann Lanthony 2018-03-01 14:29:30 +01:00
parent 36ed1a5236
commit c993559e48
2 changed files with 9 additions and 3 deletions

View file

@ -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],
),