Skip to content

Commit

Permalink
Merge pull request #2242 from alicevision/dev/addAncestorImagesInfoIn…
Browse files Browse the repository at this point in the history
…View

Add ancestor images info in view
  • Loading branch information
cbentejac committed Nov 17, 2023
2 parents df6d38f + 11906f5 commit 978a4df
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 @@ -449,7 +449,7 @@ def createViewpointsFile(self, node, additionalViews=()):
view['metadata'] = json.loads(view['metadata'])

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

0 comments on commit 978a4df

Please sign in to comment.