Skip to content

Commit 9c0938a

Browse files
committed
[nodes] CameraInit: Update SfMData version
1 parent 5a294fe commit 9c0938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/nodes/aliceVision/CameraInit.py

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

666666
sfmData = {
667-
"version": [1, 2, 11],
667+
"version": [1, 2, 12],
668668
"views": views + newViews,
669669
"intrinsics": intrinsics,
670670
"featureFolder": "",

0 commit comments

Comments
 (0)