mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 08:26:32 +02:00
[nodes] MVS: support multiple image file formats
This commit is contained in:
parent
c26bb5be7a
commit
8d0d69f438
2 changed files with 18 additions and 0 deletions
|
@ -55,6 +55,15 @@ class Texturing(desc.CommandLineNode):
|
|||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='outputTextureFileType',
|
||||
label='Texture File Type',
|
||||
description='Texture File Type',
|
||||
value='png',
|
||||
values=('jpg', 'png', 'tiff', 'exr'),
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='flipNormals',
|
||||
label='Flip Normals',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue