Skip to content

Commit 928bac2

Browse files
authored
Merge pull request #1948 from alicevision/rc3.3.0
Release 3.3.0
2 parents 8792020 + 156e871 commit 928bac2

27 files changed

+387
-37
lines changed

CHANGES.md

Lines changed: 342 additions & 0 deletions
Large diffs are not rendered by default.

CONTRIBUTORS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ Individuals
77
-----------
88

99
- Abdelrahman Al Marouk
10+
- Alice Sonolet
11+
- balloonalpha
1012
- Candice Bentejac
1113
- Carsten Griwodz
14+
- Cedric Thebault
1215
- Cenek Albl
16+
- c-ewing
1317
- Clement Aymard
1418
- Clement Debize
1519
- Cyril Pichard
@@ -18,15 +22,19 @@ Individuals
1822
- Fabien Servant
1923
- Gregoire De Lillo
2024
- Havard Espeland
25+
- JackBoosY
2126
- Jean Melou
2227
- Julien Haudegond
2328
- Lilian Calvet
2429
- Loic Vital
30+
- luzpaz
2531
- Michal Polic
32+
- Matthieu Hog
2633
- Nicolas Rondaud
2734
- Pierre Gurdjos
2835
- Povilas Kanapickas
2936
- Simone Gasparini
37+
- Sylvain Maziere
3038
- Théo Leplomb
3139
- Tomas Pajdla
3240
- Vincent Demoulin

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Tags
2525
- Push updates to https://hub.docker.com/r/alicevision/alicevision-deps/tags
2626
- Check vcpkg
2727
- Update https://github.com/alicevision/vcpkg branch: alicevision_master
28-
- Upload result on gdrive and update INSTALL.md
28+
- Release result on GitHub repo and update INSTALL.md
2929
- Update INSTALL.md
3030
- Update minimal versions if needed
3131
- Update vcpkg install command if needed

meshroom/cameraTracking.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"header": {
3-
"releaseVersion": "2025.1.0-develop",
3+
"releaseVersion": "2025.1.0",
44
"fileVersion": "2.0",
55
"nodesVersions": {
66
"ApplyCalibration": "1.0",

meshroom/cameraTrackingExperimental.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"header": {
3-
"releaseVersion": "2025.1.0-develop",
3+
"releaseVersion": "2025.1.0",
44
"fileVersion": "2.0",
55
"nodesVersions": {
66
"ApplyCalibration": "1.0",

meshroom/cameraTrackingWithoutCalibration.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"header": {
3-
"releaseVersion": "2025.1.0-develop",
3+
"releaseVersion": "2025.1.0",
44
"fileVersion": "2.0",
55
"nodesVersions": {
66
"ApplyCalibration": "1.0",

meshroom/cameraTrackingWithoutCalibrationExperimental.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"header": {
3-
"releaseVersion": "2025.1.0-develop",
3+
"releaseVersion": "2025.1.0",
44
"fileVersion": "2.0",
55
"nodesVersions": {
66
"ApplyCalibration": "1.0",

meshroom/colorCalibration.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"header": {
3-
"releaseVersion": "2025.1.0-develop",
3+
"releaseVersion": "2025.1.0",
44
"fileVersion": "2.0",
55
"nodesVersions": {
66
"CameraInit": "12.0",

meshroom/distortionCalibration.mg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"header": {
3-
"releaseVersion": "2025.1.0-develop",
3+
"releaseVersion": "2025.1.0",
44
"fileVersion": "2.0",
5-
"template": true,
65
"nodesVersions": {
76
"CameraInit": "12.0",
87
"CheckerboardDetection": "1.0",
98
"DistortionCalibration": "6.0",
109
"ExportDistortion": "2.0",
1110
"Publish": "1.3"
12-
}
11+
},
12+
"template": true
1313
},
1414
"graph": {
1515
"CameraInit_1": {

meshroom/hdrFusion.mg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"header": {
3+
"releaseVersion": "2025.1.0",
4+
"fileVersion": "2.0",
35
"nodesVersions": {
46
"CameraInit": "12.0",
57
"LdrToHdrCalibration": "3.1",
68
"LdrToHdrMerge": "4.1",
79
"LdrToHdrSampling": "4.0",
810
"Publish": "1.3"
911
},
10-
"releaseVersion": "2025.1.0-develop",
11-
"fileVersion": "2.0",
1212
"template": true
1313
},
1414
"graph": {

0 commit comments

Comments
 (0)