mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
[core.graph] update graph after load
Ensure graph internal data is updated after loading.
This commit is contained in:
parent
6276dfcd30
commit
026cd36ff4
1 changed files with 1 additions and 0 deletions
|
@ -1078,6 +1078,7 @@ def loadGraph(filepath):
|
|||
"""
|
||||
graph = Graph("")
|
||||
graph.load(filepath)
|
||||
graph.update()
|
||||
return graph
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue