Skip to content

Commit 4e012a6

Browse files
committed
[meshroom] CameraInit: Update the SfMData version to 1.2.13
1 parent 9464137 commit 4e012a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/aliceVision/CameraInit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def createViewpointsFile(self, node, additionalViews=()):
665665
view['metadata'] = json.loads(view['metadata'])
666666

667667
sfmData = {
668-
"version": [1, 2, 12],
668+
"version": [1, 2, 13],
669669
"views": views + newViews,
670670
"intrinsics": intrinsics,
671671
"featureFolder": "",

0 commit comments

Comments
 (0)