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