diff --git a/meshroom/nodes/aliceVision/ColorCheckerCorrection.py b/meshroom/nodes/aliceVision/ColorCheckerCorrection.py index 256ceaee5c..2e879ca6ea 100644 --- a/meshroom/nodes/aliceVision/ColorCheckerCorrection.py +++ b/meshroom/nodes/aliceVision/ColorCheckerCorrection.py @@ -6,7 +6,7 @@ class ColorCheckerCorrection(desc.AVCommandLineNode): - commandLine = 'aliceVision_utils_colorCheckerCorrection {allParams}' + commandLine = 'aliceVision_colorCheckerCorrection {allParams}' size = desc.DynamicNodeSize('input') # parallelization = desc.Parallelization(blockSize=40) # commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}' diff --git a/meshroom/nodes/aliceVision/ColorCheckerDetection.py b/meshroom/nodes/aliceVision/ColorCheckerDetection.py index eab8925a52..1c6822e910 100644 --- a/meshroom/nodes/aliceVision/ColorCheckerDetection.py +++ b/meshroom/nodes/aliceVision/ColorCheckerDetection.py @@ -6,7 +6,7 @@ class ColorCheckerDetection(desc.AVCommandLineNode): - commandLine = 'aliceVision_utils_colorCheckerDetection {allParams}' + commandLine = 'aliceVision_colorCheckerDetection {allParams}' size = desc.DynamicNodeSize('input') # parallelization = desc.Parallelization(blockSize=40) # commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}' diff --git a/meshroom/nodes/aliceVision/ImageProcessing.py b/meshroom/nodes/aliceVision/ImageProcessing.py index 8531b2b0de..d4c8476774 100644 --- a/meshroom/nodes/aliceVision/ImageProcessing.py +++ b/meshroom/nodes/aliceVision/ImageProcessing.py @@ -29,7 +29,7 @@ def outputImagesValueFunct(attr): class ImageProcessing(desc.AVCommandLineNode): - commandLine = 'aliceVision_utils_imageProcessing {allParams}' + commandLine = 'aliceVision_imageProcessing {allParams}' size = desc.DynamicNodeSize('input') # parallelization = desc.Parallelization(blockSize=40) # commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}' diff --git a/meshroom/nodes/aliceVision/KeyframeSelection.py b/meshroom/nodes/aliceVision/KeyframeSelection.py index 668aa6333b..6a44d33a66 100644 --- a/meshroom/nodes/aliceVision/KeyframeSelection.py +++ b/meshroom/nodes/aliceVision/KeyframeSelection.py @@ -5,7 +5,7 @@ class KeyframeSelection(desc.AVCommandLineNode): - commandLine = 'aliceVision_utils_keyframeSelection {allParams}' + commandLine = 'aliceVision_keyframeSelection {allParams}' category = 'Utils' documentation = ''' diff --git a/meshroom/nodes/aliceVision/LightingEstimation.py b/meshroom/nodes/aliceVision/LightingEstimation.py index 9149dd0f46..b55883f4e2 100644 --- a/meshroom/nodes/aliceVision/LightingEstimation.py +++ b/meshroom/nodes/aliceVision/LightingEstimation.py @@ -4,7 +4,7 @@ class LightingEstimation(desc.AVCommandLineNode): - commandLine = 'aliceVision_utils_lightingEstimation {allParams}' + commandLine = 'aliceVision_lightingEstimation {allParams}' category = 'Utils' diff --git a/meshroom/nodes/aliceVision/MergeMeshes.py b/meshroom/nodes/aliceVision/MergeMeshes.py index 98af5bf89d..2aef0ea659 100644 --- a/meshroom/nodes/aliceVision/MergeMeshes.py +++ b/meshroom/nodes/aliceVision/MergeMeshes.py @@ -4,7 +4,7 @@ class MergeMeshes(desc.AVCommandLineNode): - commandLine = 'aliceVision_utils_mergeMeshes {allParams}' + commandLine = 'aliceVision_mergeMeshes {allParams}' category = 'Utils' documentation = ''' diff --git a/meshroom/nodes/aliceVision/SfMAlignment.py b/meshroom/nodes/aliceVision/SfMAlignment.py index 53e09c9202..f834e636b7 100644 --- a/meshroom/nodes/aliceVision/SfMAlignment.py +++ b/meshroom/nodes/aliceVision/SfMAlignment.py @@ -6,7 +6,7 @@ class SfMAlignment(desc.AVCommandLineNode): - commandLine = 'aliceVision_utils_sfmAlignment {allParams}' + commandLine = 'aliceVision_sfmAlignment {allParams}' size = desc.DynamicNodeSize('input') category = 'Utils' diff --git a/meshroom/nodes/aliceVision/SfMDistances.py b/meshroom/nodes/aliceVision/SfMDistances.py index 1b4b91ab2d..433c7a8d1d 100644 --- a/meshroom/nodes/aliceVision/SfMDistances.py +++ b/meshroom/nodes/aliceVision/SfMDistances.py @@ -4,7 +4,7 @@ class SfMDistances(desc.AVCommandLineNode): - commandLine = 'aliceVision_utils_sfmDistances {allParams}' + commandLine = 'aliceVision_sfmDistances {allParams}' size = desc.DynamicNodeSize('input') inputs = [ diff --git a/meshroom/nodes/aliceVision/SfMTransfer.py b/meshroom/nodes/aliceVision/SfMTransfer.py index 6c9811c398..b0ea1a6705 100644 --- a/meshroom/nodes/aliceVision/SfMTransfer.py +++ b/meshroom/nodes/aliceVision/SfMTransfer.py @@ -6,7 +6,7 @@ class SfMTransfer(desc.AVCommandLineNode): - commandLine = 'aliceVision_utils_sfmTransfer {allParams}' + commandLine = 'aliceVision_sfmTransfer {allParams}' size = desc.DynamicNodeSize('input') category = 'Utils' diff --git a/meshroom/nodes/aliceVision/SfMTransform.py b/meshroom/nodes/aliceVision/SfMTransform.py index 525a92d741..4b7378f0b7 100644 --- a/meshroom/nodes/aliceVision/SfMTransform.py +++ b/meshroom/nodes/aliceVision/SfMTransform.py @@ -6,7 +6,7 @@ class SfMTransform(desc.AVCommandLineNode): - commandLine = 'aliceVision_utils_sfmTransform {allParams}' + commandLine = 'aliceVision_sfmTransform {allParams}' size = desc.DynamicNodeSize('input') category = 'Utils' diff --git a/meshroom/nodes/aliceVision/Split360Images.py b/meshroom/nodes/aliceVision/Split360Images.py index 6519a47c68..4c3d042af3 100644 --- a/meshroom/nodes/aliceVision/Split360Images.py +++ b/meshroom/nodes/aliceVision/Split360Images.py @@ -3,7 +3,7 @@ from meshroom.core import desc class Split360Images(desc.AVCommandLineNode): - commandLine = 'aliceVision_utils_split360Images {allParams}' + commandLine = 'aliceVision_split360Images {allParams}' category = 'Utils' documentation = "This node is used to extract multiple images from equirectangular or dualfisheye images."