mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[ui] graph: loadOutputAttr is enough
This commit is contained in:
parent
78fddabe45
commit
8c6fca2a28
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class ChunksMonitor(QObject):
|
||||||
# update chunk status if last modification time has changed since previous record
|
# update chunk status if last modification time has changed since previous record
|
||||||
if fileModTime != chunk.statusFileLastModTime:
|
if fileModTime != chunk.statusFileLastModTime:
|
||||||
chunk.updateStatusFromCache()
|
chunk.updateStatusFromCache()
|
||||||
chunk.node.updateOutputAttr()
|
chunk.node.loadOutputAttr()
|
||||||
|
|
||||||
def onFilePollerRefreshUpdated(self):
|
def onFilePollerRefreshUpdated(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue