diff --git a/meshroom/pipelines/cameraTracking.mg b/meshroom/pipelines/cameraTracking.mg index a70396143a..d9772aa8c4 100644 --- a/meshroom/pipelines/cameraTracking.mg +++ b/meshroom/pipelines/cameraTracking.mg @@ -1,35 +1,35 @@ { "header": { "pipelineVersion": "2.2", - "releaseVersion": "2023.3.0-develop", + "releaseVersion": "2023.3.0", "fileVersion": "1.1", "template": true, "nodesVersions": { - "ExportAnimatedCamera": "2.0", + "ScenePreview": "2.0", + "Publish": "1.3", + "MeshFiltering": "3.0", "DepthMapFilter": "4.0", - "Texturing": "6.0", + "DepthMap": "5.0", "ExportDistortion": "1.0", + "Texturing": "6.0", "ConvertSfMFormat": "2.0", - "Publish": "1.3", - "MeshDecimate": "1.0", - "CameraInit": "9.0", "ImageSegmentation": "1.0", - "ApplyCalibration": "1.0", - "FeatureExtraction": "1.3", - "ScenePreview": "2.0", - "StructureFromMotion": "3.3", - "MeshFiltering": "3.0", - "DistortionCalibration": "3.0", - "ImageMatchingMultiSfM": "1.0", - "DepthMap": "5.0", "PrepareDenseScene": "3.1", - "ImageMatching": "2.0", "KeyframeSelection": "5.0", + "ExportAnimatedCamera": "2.0", "CheckerboardDetection": "1.0", + "DistortionCalibration": "3.0", + "FeatureExtraction": "1.3", + "FeatureMatching": "2.0", + "Meshing": "7.0", + "CameraInit": "9.0", + "ImageMatchingMultiSfM": "1.0", + "MeshDecimate": "1.0", "SfMTransfer": "2.1", + "StructureFromMotion": "3.3", "SfMTriangulation": "1.0", - "FeatureMatching": "2.0", - "Meshing": "7.0" + "ImageMatching": "2.0", + "ApplyCalibration": "1.0" } }, "graph": { diff --git a/meshroom/pipelines/cameraTrackingWithoutCalibration.mg b/meshroom/pipelines/cameraTrackingWithoutCalibration.mg index d10179004b..4677e26c26 100644 --- a/meshroom/pipelines/cameraTrackingWithoutCalibration.mg +++ b/meshroom/pipelines/cameraTrackingWithoutCalibration.mg @@ -1,32 +1,32 @@ { "header": { "pipelineVersion": "2.2", - "releaseVersion": "2023.3.0-develop", + "releaseVersion": "2023.3.0", "fileVersion": "1.1", "template": true, "nodesVersions": { - "ExportAnimatedCamera": "2.0", + "ScenePreview": "2.0", + "Publish": "1.3", + "MeshFiltering": "3.0", "DepthMapFilter": "4.0", + "DepthMap": "5.0", "Texturing": "6.0", "ConvertSfMFormat": "2.0", - "Publish": "1.3", - "MeshDecimate": "1.0", - "CameraInit": "9.0", "ImageSegmentation": "1.0", - "ApplyCalibration": "1.0", - "FeatureExtraction": "1.3", - "ScenePreview": "2.0", - "StructureFromMotion": "3.3", - "MeshFiltering": "3.0", - "ImageMatchingMultiSfM": "1.0", - "DepthMap": "5.0", "PrepareDenseScene": "3.1", - "ImageMatching": "2.0", "KeyframeSelection": "5.0", + "ExportAnimatedCamera": "2.0", + "FeatureExtraction": "1.3", + "FeatureMatching": "2.0", + "Meshing": "7.0", + "CameraInit": "9.0", + "ImageMatchingMultiSfM": "1.0", + "MeshDecimate": "1.0", "SfMTransfer": "2.1", + "StructureFromMotion": "3.3", "SfMTriangulation": "1.0", - "FeatureMatching": "2.0", - "Meshing": "7.0" + "ImageMatching": "2.0", + "ApplyCalibration": "1.0" } }, "graph": { diff --git a/meshroom/pipelines/distortionCalibration.mg b/meshroom/pipelines/distortionCalibration.mg index f5d03b32ac..d2a1122acf 100644 --- a/meshroom/pipelines/distortionCalibration.mg +++ b/meshroom/pipelines/distortionCalibration.mg @@ -1,15 +1,15 @@ { "header": { "pipelineVersion": "2.2", - "releaseVersion": "2023.2.0", + "releaseVersion": "2023.3.0", "fileVersion": "1.1", "template": true, "nodesVersions": { - "DistortionCalibration": "3.0", - "CheckerboardDetection": "1.0", + "ExportDistortion": "1.0", "CameraInit": "9.0", - "Publish": "1.3", - "ExportDistortion": "1.0" + "CheckerboardDetection": "1.0", + "DistortionCalibration": "3.0", + "Publish": "1.3" } }, "graph": { diff --git a/meshroom/pipelines/hdrFusion.mg b/meshroom/pipelines/hdrFusion.mg index aaedec5ae2..29ff1ef641 100644 --- a/meshroom/pipelines/hdrFusion.mg +++ b/meshroom/pipelines/hdrFusion.mg @@ -1,13 +1,13 @@ { "header": { "nodesVersions": { - "Publish": "1.3", - "LdrToHdrMerge": "4.1", "CameraInit": "9.0", + "LdrToHdrMerge": "4.1", + "LdrToHdrCalibration": "3.0", "LdrToHdrSampling": "4.0", - "LdrToHdrCalibration": "3.0" + "Publish": "1.3" }, - "releaseVersion": "2023.2.0", + "releaseVersion": "2023.3.0", "fileVersion": "1.1", "template": true }, diff --git a/meshroom/pipelines/nodalCameraTracking.mg b/meshroom/pipelines/nodalCameraTracking.mg index efeab7714d..5360953634 100644 --- a/meshroom/pipelines/nodalCameraTracking.mg +++ b/meshroom/pipelines/nodalCameraTracking.mg @@ -1,7 +1,7 @@ { "header": { "pipelineVersion": "2.2", - "releaseVersion": "2023.3.0-develop", + "releaseVersion": "2023.3.0", "fileVersion": "1.1", "template": true, "nodesVersions": { diff --git a/meshroom/pipelines/panoramaFisheyeHdr.mg b/meshroom/pipelines/panoramaFisheyeHdr.mg index 797976ad7a..85a7399366 100644 --- a/meshroom/pipelines/panoramaFisheyeHdr.mg +++ b/meshroom/pipelines/panoramaFisheyeHdr.mg @@ -1,25 +1,25 @@ { "header": { "nodesVersions": { - "CameraInit": "9.0", - "FeatureExtraction": "1.3", - "LdrToHdrCalibration": "3.0", - "PanoramaEstimation": "1.0", + "FeatureMatching": "2.0", + "PanoramaMerging": "1.0", "PanoramaSeams": "2.0", - "ImageMatching": "2.0", + "CameraInit": "9.0", + "LdrToHdrMerge": "4.1", + "PanoramaPostProcessing": "2.0", "SfMTransform": "3.1", - "PanoramaPrepareImages": "1.1", - "PanoramaInit": "2.0", - "Publish": "1.3", - "PanoramaPostProcessing": "2.1", - "FeatureMatching": "2.0", - "LdrToHdrSampling": "4.0", "PanoramaWarping": "1.1", + "LdrToHdrCalibration": "3.0", + "LdrToHdrSampling": "4.0", "PanoramaCompositing": "2.0", - "PanoramaMerging": "1.0", - "LdrToHdrMerge": "4.1" + "Publish": "1.3", + "PanoramaPrepareImages": "1.1", + "FeatureExtraction": "1.3", + "PanoramaInit": "2.0", + "ImageMatching": "2.0", + "PanoramaEstimation": "1.0" }, - "releaseVersion": "2023.3.0-develop", + "releaseVersion": "2023.3.0", "fileVersion": "1.1", "template": true }, @@ -156,8 +156,7 @@ ], "inputs": { "inputPanorama": "{PanoramaMerging_1.outputPanorama}", - "fillHoles": true, - "exportLevels": false + "fillHoles": true } }, "PanoramaPrepareImages_1": { @@ -246,4 +245,4 @@ } } } -} +} \ No newline at end of file diff --git a/meshroom/pipelines/panoramaHdr.mg b/meshroom/pipelines/panoramaHdr.mg index a96bb8e000..a2d2395632 100644 --- a/meshroom/pipelines/panoramaHdr.mg +++ b/meshroom/pipelines/panoramaHdr.mg @@ -1,25 +1,25 @@ { "header": { "nodesVersions": { - "CameraInit": "9.0", - "FeatureExtraction": "1.3", - "LdrToHdrCalibration": "3.0", - "PanoramaEstimation": "1.0", + "FeatureMatching": "2.0", + "PanoramaMerging": "1.0", "PanoramaSeams": "2.0", - "ImageMatching": "2.0", + "CameraInit": "9.0", + "LdrToHdrMerge": "4.1", + "PanoramaPostProcessing": "2.0", "SfMTransform": "3.1", - "PanoramaPrepareImages": "1.1", - "PanoramaInit": "2.0", - "Publish": "1.3", - "PanoramaPostProcessing": "2.1", - "FeatureMatching": "2.0", - "LdrToHdrSampling": "4.0", "PanoramaWarping": "1.1", + "LdrToHdrCalibration": "3.0", + "LdrToHdrSampling": "4.0", "PanoramaCompositing": "2.0", - "PanoramaMerging": "1.0", - "LdrToHdrMerge": "4.1" + "Publish": "1.3", + "PanoramaPrepareImages": "1.1", + "FeatureExtraction": "1.3", + "PanoramaInit": "2.0", + "ImageMatching": "2.0", + "PanoramaEstimation": "1.0" }, - "releaseVersion": "2023.3.0-develop", + "releaseVersion": "2023.3.0", "fileVersion": "1.1", "template": true }, @@ -240,4 +240,4 @@ } } } -} +} \ No newline at end of file diff --git a/meshroom/pipelines/photogrammetry.mg b/meshroom/pipelines/photogrammetry.mg index 6da0cf2f62..ceb8cdc977 100644 --- a/meshroom/pipelines/photogrammetry.mg +++ b/meshroom/pipelines/photogrammetry.mg @@ -1,22 +1,22 @@ { "header": { "pipelineVersion": "2.2", - "releaseVersion": "2023.2.0", + "releaseVersion": "2023.3.0", "fileVersion": "1.1", "template": true, "nodesVersions": { - "DepthMapFilter": "4.0", - "Meshing": "7.0", + "StructureFromMotion": "3.3", "DepthMap": "5.0", - "FeatureExtraction": "1.2", - "PrepareDenseScene": "3.0", - "CameraInit": "9.0", + "Meshing": "7.0", "FeatureMatching": "2.0", - "MeshFiltering": "3.0", + "CameraInit": "9.0", "Texturing": "6.0", - "StructureFromMotion": "3.1", - "ImageMatching": "2.0", - "Publish": "1.3" + "PrepareDenseScene": "3.1", + "Publish": "1.3", + "MeshFiltering": "3.0", + "FeatureExtraction": "1.3", + "DepthMapFilter": "4.0", + "ImageMatching": "2.0" } }, "graph": { @@ -159,4 +159,4 @@ } } } -} +} \ No newline at end of file diff --git a/meshroom/pipelines/photogrammetryAndCameraTracking.mg b/meshroom/pipelines/photogrammetryAndCameraTracking.mg index 1e3adcd558..232d980894 100644 --- a/meshroom/pipelines/photogrammetryAndCameraTracking.mg +++ b/meshroom/pipelines/photogrammetryAndCameraTracking.mg @@ -1,33 +1,33 @@ { "header": { "pipelineVersion": "2.2", - "releaseVersion": "2023.3.0-develop", + "releaseVersion": "2023.3.0", "fileVersion": "1.1", "template": true, "nodesVersions": { + "ScenePreview": "2.0", + "Publish": "1.3", + "MeshFiltering": "3.0", + "DepthMapFilter": "4.0", + "ExportDistortion": "1.0", + "DepthMap": "5.0", "Texturing": "6.0", - "DistortionCalibration": "3.0", "ConvertSfMFormat": "2.0", - "FeatureExtraction": "1.3", - "ExportDistortion": "1.0", - "ApplyCalibration": "1.0", "ImageSegmentation": "1.0", - "FeatureMatching": "2.0", - "ScenePreview": "2.0", + "PrepareDenseScene": "3.1", "KeyframeSelection": "5.0", - "MeshDecimate": "1.0", - "MeshFiltering": "3.0", - "ImageMatchingMultiSfM": "1.0", - "CameraInit": "9.0", - "DepthMapFilter": "4.0", - "ImageMatching": "2.0", "ExportAnimatedCamera": "2.0", - "PrepareDenseScene": "3.1", - "Publish": "1.3", + "CheckerboardDetection": "1.0", + "DistortionCalibration": "3.0", + "FeatureExtraction": "1.3", + "FeatureMatching": "2.0", "Meshing": "7.0", - "DepthMap": "5.0", + "CameraInit": "9.0", + "ImageMatchingMultiSfM": "1.0", + "MeshDecimate": "1.0", "StructureFromMotion": "3.3", - "CheckerboardDetection": "1.0" + "ImageMatching": "2.0", + "ApplyCalibration": "1.0" } }, "graph": { diff --git a/meshroom/pipelines/photogrammetryDraft.mg b/meshroom/pipelines/photogrammetryDraft.mg index 426879da2f..9908a48433 100644 --- a/meshroom/pipelines/photogrammetryDraft.mg +++ b/meshroom/pipelines/photogrammetryDraft.mg @@ -1,18 +1,18 @@ { "header": { "nodesVersions": { - "PrepareDenseScene": "3.1", + "StructureFromMotion": "3.3", + "FeatureMatching": "2.0", "Meshing": "7.0", + "CameraInit": "9.0", "Texturing": "6.0", - "ImageMatching": "2.0", + "Publish": "1.3", "MeshFiltering": "3.0", "FeatureExtraction": "1.3", - "StructureFromMotion": "3.3", - "FeatureMatching": "2.0", - "CameraInit": "9.0", - "Publish": "1.3" + "PrepareDenseScene": "3.1", + "ImageMatching": "2.0" }, - "releaseVersion": "2023.3.0-develop", + "releaseVersion": "2023.3.0", "fileVersion": "1.1", "template": true }, diff --git a/meshroom/pipelines/stereoPhotometry.mg b/meshroom/pipelines/stereoPhotometry.mg index 0adf694ef0..1be693d461 100644 --- a/meshroom/pipelines/stereoPhotometry.mg +++ b/meshroom/pipelines/stereoPhotometry.mg @@ -1,15 +1,15 @@ { "header": { "pipelineVersion": "2.2", - "releaseVersion": "2023.2.0-develop", + "releaseVersion": "2023.3.0", "fileVersion": "1.1", "template": true, "nodesVersions": { + "PhotometricStereo": "1.0", + "CameraInit": "9.0", "SphereDetection": "1.0", "LightingCalibration": "1.0", - "Publish": "1.2", - "CameraInit": "9.0", - "PhotometricStereo": "1.0" + "Publish": "1.3" } }, "graph": {