mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-25 06:56:28 +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,7 +301,6 @@ Convert or apply filtering to the input images.
|
||||||
name='outputImages',
|
name='outputImages',
|
||||||
label='Output Images',
|
label='Output Images',
|
||||||
description='Output Image Files.',
|
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,
|
value= outputImagesValueFunct,
|
||||||
group='', # do not export on the command line
|
group='', # do not export on the command line
|
||||||
uid=[],
|
uid=[],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue