mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-16 08:15:19 +02:00
[core] New dynamic output attributes
This commit is contained in:
parent
9a09310f07
commit
d5e356c0aa
6 changed files with 139 additions and 14 deletions
|
@ -50,6 +50,7 @@ class TaskThread(Thread):
|
|||
except TypeError:
|
||||
continue
|
||||
|
||||
node.preprocess()
|
||||
for cId, chunk in enumerate(node.chunks):
|
||||
if chunk.isFinishedOrRunning() or not self.isRunning():
|
||||
continue
|
||||
|
@ -78,6 +79,7 @@ class TaskThread(Thread):
|
|||
# Node already removed (for instance a global clear of _nodesToProcess)
|
||||
pass
|
||||
n.clearSubmittedChunks()
|
||||
node.postprocess()
|
||||
|
||||
if stopAndRestart:
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue