Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordemoulinv <vincent.demoulin@technicolor.com>2022-10-10 16:54:40 +0300
committerFabien Castan <fabcastan@gmail.com>2022-10-18 21:51:01 +0300
commit9065adea015600880033fd4e76e9a1561093fd29 (patch)
treeb7cab50917dab9794a8d65502b0705446547fb31
parent8310051aa7a9fab77e6d0ea2a886c4e4003e25a9 (diff)
Update ImageProcessing node parameters adding the keep filename option and the replacing the color space name ACES with ACES2065-1.
-rw-r--r--meshroom/nodes/aliceVision/ImageProcessing.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/meshroom/nodes/aliceVision/ImageProcessing.py b/meshroom/nodes/aliceVision/ImageProcessing.py
index dcea6cac..0d5655a0 100644
--- a/meshroom/nodes/aliceVision/ImageProcessing.py
+++ b/meshroom/nodes/aliceVision/ImageProcessing.py
@@ -88,6 +88,13 @@ Convert or apply filtering to the input images.
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',
description='Fix non-finite pixels based on neighboring pixels average.',