mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[node] imageProcessing: add option to keep input filename.
This commit is contained in:
parent
0d24c1eabf
commit
ffd661d578
1 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,13 @@ Generate a mask with segmented labels for each pixel.
|
|||
value=True,
|
||||
uid=[],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="keepFilename",
|
||||
label="Keep Filename",
|
||||
description="Keep Input Filename",
|
||||
value=False,
|
||||
uid=[],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
label="Verbose Level",
|
||||
|
|
Loading…
Add table
Reference in a new issue