mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 12:51:57 +02:00
[ui] set the variable not the property
This commit is contained in:
parent
d941f61403
commit
cfc07fde2f
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class ViewpointWrapper(QObject):
|
|||
def _updateInitialParams(self):
|
||||
""" Update internal members depending on CameraInit. """
|
||||
if not self._reconstruction.cameraInit:
|
||||
self.initialIntrinsics = None
|
||||
self._initialIntrinsics = None
|
||||
self._metadata = {}
|
||||
else:
|
||||
self._initialIntrinsics = self._reconstruction.getIntrinsic(self._viewpoint)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue