mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-28 22:17:40 +02:00
[core] Graph: Remove selectedViewpoint
property
The information that this property conveys will be accessible at an upper level and is thus redundant here.
This commit is contained in:
parent
b286c95ccd
commit
2bcf9d432c
2 changed files with 0 additions and 9 deletions
|
@ -1158,7 +1158,6 @@ class Reconstruction(UIGraph):
|
|||
# Reconstruction has ownership of Viewpoint object - destroy it when not needed anymore
|
||||
self._selectedViewpoint.deleteLater()
|
||||
self._selectedViewpoint = ViewpointWrapper(viewpointAttribute, self) if viewpointAttribute else None
|
||||
self._graph._selectedViewpoint = self._selectedViewpoint.attribute if viewpointAttribute else None
|
||||
self.selectedViewpointChanged.emit()
|
||||
|
||||
def setPickedViewId(self, viewId):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue