mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 14:06:28 +02:00
[ui] GraphEditor : add "Clear Pending Status" tool at Graph level
* allow to clear status of all submitted nodes in the graph * unify wording
This commit is contained in:
parent
b09068dc68
commit
34ca607261
3 changed files with 22 additions and 3 deletions
|
@ -999,6 +999,7 @@ class Graph(BaseObject):
|
|||
for chunk in self.iterChunksByStatus(Status.RUNNING):
|
||||
chunk.stopProcess()
|
||||
|
||||
@Slot()
|
||||
def clearSubmittedNodes(self):
|
||||
""" Reset the status of already submitted nodes to Status.NONE """
|
||||
for node in self.nodes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue