mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[nodes] CameraInit: Use node's internal folder instead of the description's
This commit is contained in:
parent
23901c502b
commit
dafb7be688
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ The needed metadata are:
|
||||||
"featureFolder": "",
|
"featureFolder": "",
|
||||||
"matchingFolder": "",
|
"matchingFolder": "",
|
||||||
}
|
}
|
||||||
node.viewpointsFile = os.path.join(node.nodeDesc.internalFolder, 'viewpoints.sfm').format(**node._cmdVars)
|
node.viewpointsFile = os.path.join(node.internalFolder, 'viewpoints.sfm').format(**node._cmdVars)
|
||||||
with open(node.viewpointsFile, 'w') as f:
|
with open(node.viewpointsFile, 'w') as f:
|
||||||
json.dump(sfmData, f, indent=4)
|
json.dump(sfmData, f, indent=4)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue