From 44ba3a1de079dd2e17ee0c7f848e15e6b4215435 Mon Sep 17 00:00:00 2001 From: Fabien Date: Mon, 11 Jan 2021 11:37:49 +0100 Subject: [PATCH] [panorama] flag for graphcut --- meshroom/nodes/aliceVision/PanoramaSeams.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meshroom/nodes/aliceVision/PanoramaSeams.py b/meshroom/nodes/aliceVision/PanoramaSeams.py index 5ada2ad3..a890a584 100644 --- a/meshroom/nodes/aliceVision/PanoramaSeams.py +++ b/meshroom/nodes/aliceVision/PanoramaSeams.py @@ -47,13 +47,6 @@ Estimate the seams lines between the inputs to provide an optimal compositing in values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'], exclusive=True, uid=[], - ), - desc.File( - name='cacheFolder', - label='Cache Folder', - description='Temporary cache directory', - value="", - uid=[], ) ]