[ui] handle multiple CameraInit nodes in a Reconstruction

* [ui] ImageGallery: add control to navigate image groups
* [graph] expose Node.attribute as a Slot
This commit is contained in:
Yann Lanthony 2018-01-15 14:32:25 +01:00
parent 1f0ed1f2c9
commit 273cfd9f0e
5 changed files with 220 additions and 122 deletions

View file

@ -1248,6 +1248,7 @@ class Graph(BaseObject):
def node(self, nodeName):
return self._nodes.get(nodeName)
@Slot(str, result=Attribute)
def attribute(self, fullName):
# type: (str) -> Attribute
"""