Skip to content

Commit

Permalink
Update ImageProcessing node parameters adding the keep filename optio…
Browse files Browse the repository at this point in the history
…n and the replacing the color space name ACES with ACES2065-1.
  • Loading branch information
demoulinv authored and fabiencastan committed Oct 18, 2022
1 parent 8310051 commit 9065ade
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meshroom/nodes/aliceVision/ImageProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ class ImageProcessing(desc.CommandLineNode):
value=False,
uid=[0],
),
desc.BoolParam(
name='keepImageFilename',
label='Keep Image Name',
description='Keep original image name instead of view name',
value=False,
uid=[0],
),
desc.BoolParam(
name='fixNonFinite',
label='Fix Non-Finite',
Expand Down

0 comments on commit 9065ade

Please sign in to comment.