mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-19 17:47:25 +02:00
Update ImageProcessing node parameters adding the keep filename option and the replacing the color space name ACES with ACES2065-1.
This commit is contained in:
parent
8310051aa7
commit
9065adea01
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,13 @@ Convert or apply filtering to the input images.
|
|||
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue