mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
[core] Graph: remove useless getAlreadySubmittedChunks method
This commit is contained in:
parent
201ab0b5fb
commit
fb477d486c
1 changed files with 0 additions and 8 deletions
|
@ -1173,14 +1173,6 @@ def loadGraph(filepath):
|
|||
return graph
|
||||
|
||||
|
||||
def getAlreadySubmittedChunks(nodes):
|
||||
out = []
|
||||
for node in nodes:
|
||||
for chunk in node.chunks:
|
||||
if chunk.isAlreadySubmitted():
|
||||
out.append(chunk)
|
||||
return out
|
||||
|
||||
def submitGraph(graph, submitter, toNodes=None):
|
||||
nodesToProcess, edgesToProcess = graph.dfsToProcess(startNodes=toNodes)
|
||||
flowEdges = graph.flowEdges(startNodes=toNodes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue