mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 03:41:56 +02:00
[ui] GraphEditor: use entire node selection when handling '_ from here' operations
This commit is contained in:
parent
e8a5491178
commit
fdfabf0066
3 changed files with 56 additions and 39 deletions
|
@ -1132,11 +1132,6 @@ class Graph(BaseObject):
|
|||
for node in self.nodes:
|
||||
node.clearSubmittedChunks()
|
||||
|
||||
@Slot(Node)
|
||||
def clearDataFrom(self, startNode):
|
||||
for node in self.dfsOnDiscover(startNodes=[startNode], reverse=True, dependenciesOnly=True)[0]:
|
||||
node.clearData()
|
||||
|
||||
def iterChunksByStatus(self, status):
|
||||
""" Iterate over NodeChunks with the given status """
|
||||
for node in self.nodes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue