mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-24 12:07:19 +02:00
[nodes] CameraInit: fix typo
This commit is contained in:
parent
705b4a42a7
commit
955609811d
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class CameraInit(desc.CommandLineNode):
|
||||||
Returns:
|
Returns:
|
||||||
The updated views and intrinsics as two separate lists
|
The updated views and intrinsics as two separate lists
|
||||||
"""
|
"""
|
||||||
assert isinstance(node.desc, CameraInit)
|
assert isinstance(node.nodeDesc, CameraInit)
|
||||||
origCmdVars = node._cmdVars.copy()
|
origCmdVars = node._cmdVars.copy()
|
||||||
# Python3: with tempfile.TemporaryDirectory(prefix="Meshroom_CameraInit") as tmpCache
|
# Python3: with tempfile.TemporaryDirectory(prefix="Meshroom_CameraInit") as tmpCache
|
||||||
tmpCache = tempfile.mkdtemp()
|
tmpCache = tempfile.mkdtemp()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue