Skip to content

Commit

Permalink
[Node] imageSegmentation: update keepFilename parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
demoulinv committed Jan 3, 2024
1 parent ffd661d commit 3c106c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/nodes/aliceVision/ImageSegmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ImageSegmentation(desc.AVCommandLineNode):
label="Keep Filename",
description="Keep Input Filename",
value=False,
uid=[],
uid=[0],
),
desc.ChoiceParam(
name="verboseLevel",
Expand Down

0 comments on commit 3c106c7

Please sign in to comment.