Merge pull request #343 from alicevision/minor_texturingParams

[nodes] Texturing: minor change of label and advanced status
This commit is contained in:
Yann Lanthony 2019-01-09 18:41:52 +01:00 committed by GitHub
commit 3755bce209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ class Texturing(desc.CommandLineNode):
),
desc.IntParam(
name='maxNbImagesForFusion',
label='Max Nb of Images For Fusion',
label='Max Number of Images For Fusion',
description='''Max number of images to combine to create the final texture''',
value=3,
range=(0, 10, 1),
@ -122,6 +122,7 @@ class Texturing(desc.CommandLineNode):
description='''Triangle visibility is based on the union of vertices visiblity.''',
value=False,
uid=[0],
advanced=True,
),
desc.BoolParam(
name='flipNormals',