Skip to content

Commit

Permalink
[node] imageProcessing: add option to keep input filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
demoulinv committed Jan 3, 2024
1 parent 0d24c1e commit ffd661d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meshroom/nodes/aliceVision/ImageSegmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ class ImageSegmentation(desc.AVCommandLineNode):
value=True,
uid=[],
),
desc.BoolParam(
name="keepFilename",
label="Keep Filename",
description="Keep Input Filename",
value=False,
uid=[],
),
desc.ChoiceParam(
name="verboseLevel",
label="Verbose Level",
Expand Down

0 comments on commit ffd661d

Please sign in to comment.