Skip to content

Commit

Permalink
[nodes] CameraInit: Update SfMData version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac committed Nov 29, 2024
1 parent 5a294fe commit 9c0938a
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, 11],
"version": [1, 2, 12],
"views": views + newViews,
"intrinsics": intrinsics,
"featureFolder": "",
Expand Down

0 comments on commit 9c0938a

Please sign in to comment.