Skip to content

Commit

Permalink
Merge pull request #2570 from alicevision/fix/cameraInit
Browse files Browse the repository at this point in the history
Change sfmData version
  • Loading branch information
servantftechnicolor authored Oct 15, 2024
2 parents 9be7c03 + 2e5b730 commit 45c72d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/nodes/aliceVision/CameraInit.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ def createViewpointsFile(self, node, additionalViews=()):
view['metadata'] = json.loads(view['metadata'])

sfmData = {
"version": [1, 2, 10],
"version": [1, 2, 11],
"views": views + newViews,
"intrinsics": intrinsics,
"featureFolder": "",
Expand Down

0 comments on commit 45c72d2

Please sign in to comment.