mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-29 17:06:35 +02:00
[ui] add support for selecting multiple nodes at once
This commit is contained in:
parent
c502ee1e73
commit
c253e7d363
7 changed files with 224 additions and 42 deletions
|
@ -684,7 +684,6 @@ class BaseNode(BaseObject):
|
|||
def _isComputed(self):
|
||||
return self.hasStatus(Status.SUCCESS)
|
||||
|
||||
@Slot()
|
||||
def clearData(self):
|
||||
""" Delete this Node internal folder.
|
||||
Status will be reset to Status.NONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue