mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 05:56:36 +02:00
[nodes] ImageProcessing: remove useless comment
This commit is contained in:
parent
6888322adc
commit
bf278e4eb0
1 changed files with 1 additions and 2 deletions
|
@ -301,9 +301,8 @@ Convert or apply filtering to the input images.
|
|||
name='outputImages',
|
||||
label='Output Images',
|
||||
description='Output Image Files.',
|
||||
# value=lambda attr: desc.Node.internalFolder + os.path.splitext(attr.node.input.value)[0] + (('.' + attr.node.extension.value) if attr.node.extension.value else os.path.splitext(attr.node.input.value)[1]) if (os.path.splitext(attr.node.input.value)[1] not in ['', '.abc', '.sfm']) else (desc.Node.internalFolder + '*.' + (attr.node.extension.value or '*')),
|
||||
value= outputImagesValueFunct,
|
||||
group='', # do not export on the command line
|
||||
uid=[],
|
||||
),
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue