Skip to content

Commit 65cd6dc

Browse files
committed
[pipelines] Update ExportDistortion version for all nodes
1 parent 139dba8 commit 65cd6dc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

meshroom/pipelines/cameraTracking.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"DepthMapFilter": "4.0",
1313
"DistortionCalibration": "5.0",
1414
"ExportAnimatedCamera": "2.0",
15-
"ExportDistortion": "1.0",
15+
"ExportDistortion": "2.0",
1616
"FeatureExtraction": "1.3",
1717
"FeatureMatching": "2.0",
1818
"ImageMatching": "2.0",

meshroom/pipelines/cameraTrackingWithoutCalibration.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"DepthMap": "5.0",
1212
"DepthMapFilter": "4.0",
1313
"ExportAnimatedCamera": "2.0",
14-
"ExportDistortion": "1.0",
14+
"ExportDistortion": "2.0",
1515
"FeatureExtraction": "1.3",
1616
"FeatureMatching": "2.0",
1717
"ImageMatching": "2.0",

meshroom/pipelines/distortionCalibration.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"CameraInit": "11.0",
88
"CheckerboardDetection": "1.0",
99
"DistortionCalibration": "5.0",
10-
"ExportDistortion": "1.0",
10+
"ExportDistortion": "2.0",
1111
"Publish": "1.3"
1212
}
1313
},

meshroom/pipelines/nodalCameraTracking.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ConvertSfMFormat": "2.0",
1111
"DistortionCalibration": "5.0",
1212
"ExportAnimatedCamera": "2.0",
13-
"ExportDistortion": "1.0",
13+
"ExportDistortion": "2.0",
1414
"FeatureExtraction": "1.3",
1515
"FeatureMatching": "2.0",
1616
"ImageMatching": "2.0",

meshroom/pipelines/nodalCameraTrackingWithoutCalibration.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ConvertDistortion": "1.0",
99
"ConvertSfMFormat": "2.0",
1010
"ExportAnimatedCamera": "2.0",
11-
"ExportDistortion": "1.0",
11+
"ExportDistortion": "2.0",
1212
"FeatureExtraction": "1.3",
1313
"FeatureMatching": "2.0",
1414
"ImageMatching": "2.0",

meshroom/pipelines/photogrammetryAndCameraTracking.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"DepthMapFilter": "4.0",
1313
"DistortionCalibration": "5.0",
1414
"ExportAnimatedCamera": "2.0",
15-
"ExportDistortion": "1.0",
15+
"ExportDistortion": "2.0",
1616
"FeatureExtraction": "1.3",
1717
"FeatureMatching": "2.0",
1818
"ImageMatching": "2.0",

0 commit comments

Comments
 (0)