mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 23:08:25 +02:00
added some comments
This commit is contained in:
parent
a574c0fc9b
commit
b4f0b5377e
5 changed files with 13 additions and 23 deletions
|
@ -338,21 +338,12 @@ Convert or apply filtering to the input images.
|
|||
value=desc.Node.internalFolder,
|
||||
uid=[],
|
||||
),
|
||||
#desc.File(
|
||||
# name='outputImages',
|
||||
# label='Output Images',
|
||||
# description='Output Image Files.',
|
||||
# value= outputImagesValueFunct,
|
||||
# group='', # do not export on the command line
|
||||
# uid=[],
|
||||
#),
|
||||
desc.File(
|
||||
name='outputImages',
|
||||
label='Output Images',
|
||||
description='Output Image Files.',
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder + '<VIEW_ID>.exr',
|
||||
group='', # do not export on the command line
|
||||
uid=[]
|
||||
)
|
||||
value= outputImagesValueFunct,
|
||||
group='', # do not export on the command line
|
||||
uid=[],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue