From 6e6bb6f491856b7608ab733be86c9cdfdc7bb9cb Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Sun, 28 Jun 2020 15:56:53 +0200 Subject: [PATCH] [nodes] ImageProcessing: remove old param keepImageFilename --- meshroom/nodes/aliceVision/ImageProcessing.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meshroom/nodes/aliceVision/ImageProcessing.py b/meshroom/nodes/aliceVision/ImageProcessing.py index f167ffcf..b7352d02 100644 --- a/meshroom/nodes/aliceVision/ImageProcessing.py +++ b/meshroom/nodes/aliceVision/ImageProcessing.py @@ -49,13 +49,6 @@ Convert or apply filtering to the input images. value=False, uid=[0], ), - desc.BoolParam( - name='keepImageFilename', - label='Keep Image Filename', - description='Keep Image Filename instead of using View UID.', - value=False, - uid=[0], - ), desc.BoolParam( name='exposureCompensation', label='Exposure Compensation',