mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-20 20:46:28 +02:00
[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:
parent
1f0ed1f2c9
commit
273cfd9f0e
5 changed files with 220 additions and 122 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue