mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 20:31:56 +02:00
[ui] only load nodes in Viewer2D when at least one chunk is finished
This commit is contained in:
parent
c71449535d
commit
b91d0b372e
2 changed files with 9 additions and 1 deletions
|
@ -161,7 +161,7 @@ FocusScope {
|
|||
}
|
||||
|
||||
// node must be computed or at least running
|
||||
if (!node.isFinishedOrRunning()) {
|
||||
if (!node.isPartiallyFinished()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue