mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 11:21:52 +02:00
Add nodes computed in renderfarm to Taksmanager on open scene
This commit is contained in:
parent
3c32aaeecd
commit
5aea330400
2 changed files with 13 additions and 1 deletions
|
@ -551,6 +551,9 @@ class BaseNode(BaseObject):
|
|||
def alreadySubmittedChunks(self):
|
||||
return [ch for ch in self._chunks if ch.isAlreadySubmitted()]
|
||||
|
||||
def isExtern(self):
|
||||
return self._chunks.at(0).isExtern()
|
||||
|
||||
@Slot()
|
||||
def clearSubmittedChunks(self):
|
||||
""" Reset all submitted chunks to Status.NONE. This method should be used to clear inconsistent status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue