mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-17 10:11:56 +02:00
[ui] GraphEditor: Improved node status computable/submitable checks
This commit is contained in:
parent
38e82b926f
commit
c01aefc4f3
2 changed files with 15 additions and 16 deletions
|
@ -330,7 +330,7 @@ class TaskManager(BaseObject):
|
|||
def checkNodesDependencies(self, graph, toNodes, context):
|
||||
"""
|
||||
Check dependencies of nodes to process.
|
||||
Update toNodes with computable/submittable nodes only.
|
||||
Update toNodes with computable/submitable nodes only.
|
||||
|
||||
Returns:
|
||||
bool: True if all the nodes can be processed. False otherwise.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue