mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-16 08:15:19 +02:00
[ui] new generic way to manage "active" nodes per node type
This commit is contained in:
parent
ea5b639245
commit
ec67c772fa
12 changed files with 344 additions and 205 deletions
|
@ -881,7 +881,7 @@ class Graph(BaseObject):
|
|||
filterTypes (str list): (optional) only return the nodes of the given types
|
||||
(does not stop the visit, this is a post-process only)
|
||||
Returns:
|
||||
The list of nodes from startNode to the graph leaves following edges.
|
||||
The list of nodes and edges, from startNode to the graph leaves following edges.
|
||||
"""
|
||||
nodes = []
|
||||
edges = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue