mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-20 10:07:16 +02:00
[imageProcessing] more precise descriptions and names
This commit is contained in:
parent
42070e4827
commit
ee66873430
1 changed files with 3 additions and 3 deletions
|
@ -13,14 +13,14 @@ class ImageProcessing(desc.CommandLineNode):
|
||||||
desc.File(
|
desc.File(
|
||||||
name='input',
|
name='input',
|
||||||
label='Input',
|
label='Input',
|
||||||
description='SfMData file.',
|
description='SfMData file input, image filenames or regex(es) on the image file path.\nsupported regex: \'#\' matches a single digit, \'@\' one or more digits, \'?\' one character and \'*\' zero or more.',
|
||||||
value='',
|
value='',
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='extension',
|
name='extension',
|
||||||
label='File Extension',
|
label='Output File Extension',
|
||||||
description='File Extension.',
|
description='Output Image File Extension.',
|
||||||
value='',
|
value='',
|
||||||
values=['', 'exr', 'jpg', 'tiff', 'png'],
|
values=['', 'exr', 'jpg', 'tiff', 'png'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue