From d42c44af07b3b07a1bdfaf12b5cc41dbdb5ecfda Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Thu, 19 Oct 2017 12:27:30 +0200 Subject: [PATCH] [nodes] verbose param should not invalidate --- meshroom/nodes/aliceVision/CameraInit.py | 2 +- meshroom/nodes/aliceVision/FeatureExtraction.py | 2 +- meshroom/nodes/aliceVision/FeatureMatching.py | 2 +- meshroom/nodes/aliceVision/ImageMatching.py | 2 +- meshroom/nodes/aliceVision/StructureFromMotion.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meshroom/nodes/aliceVision/CameraInit.py b/meshroom/nodes/aliceVision/CameraInit.py index a9fb02f6..6cae15d4 100644 --- a/meshroom/nodes/aliceVision/CameraInit.py +++ b/meshroom/nodes/aliceVision/CameraInit.py @@ -84,5 +84,5 @@ class CameraInit(desc.CommandLineNode): value='info', values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'], exclusive=True, - uid=[0], + uid=[], ) \ No newline at end of file diff --git a/meshroom/nodes/aliceVision/FeatureExtraction.py b/meshroom/nodes/aliceVision/FeatureExtraction.py index 63eb4122..db2624d8 100644 --- a/meshroom/nodes/aliceVision/FeatureExtraction.py +++ b/meshroom/nodes/aliceVision/FeatureExtraction.py @@ -60,5 +60,5 @@ class FeatureExtraction(desc.CommandLineNode): value='info', values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'], exclusive=True, - uid=[0], + uid=[], ) \ No newline at end of file diff --git a/meshroom/nodes/aliceVision/FeatureMatching.py b/meshroom/nodes/aliceVision/FeatureMatching.py index d67ea5fc..9d675a92 100644 --- a/meshroom/nodes/aliceVision/FeatureMatching.py +++ b/meshroom/nodes/aliceVision/FeatureMatching.py @@ -152,5 +152,5 @@ class FeatureMatching(desc.CommandLineNode): value='info', values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'], exclusive=True, - uid=[0], + uid=[], ) \ No newline at end of file diff --git a/meshroom/nodes/aliceVision/ImageMatching.py b/meshroom/nodes/aliceVision/ImageMatching.py index d8d193a0..bc6ea3ec 100644 --- a/meshroom/nodes/aliceVision/ImageMatching.py +++ b/meshroom/nodes/aliceVision/ImageMatching.py @@ -68,5 +68,5 @@ class ImageMatching(desc.CommandLineNode): value='info', values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'], exclusive=True, - uid=[0], + uid=[], ) \ No newline at end of file diff --git a/meshroom/nodes/aliceVision/StructureFromMotion.py b/meshroom/nodes/aliceVision/StructureFromMotion.py index b964ce01..74af882e 100644 --- a/meshroom/nodes/aliceVision/StructureFromMotion.py +++ b/meshroom/nodes/aliceVision/StructureFromMotion.py @@ -95,5 +95,5 @@ class StructureFromMotion(desc.CommandLineNode): value='info', values=['fatal', 'error', 'warning', 'info', 'debug', 'trace'], exclusive=True, - uid=[0], + uid=[], ) \ No newline at end of file