mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[graph] remove call to node description's updateInternals
causes possible undefined behaviors if the graph is modified during this update
This commit is contained in:
parent
54186762cc
commit
5fc1d92cc2
1 changed files with 0 additions and 3 deletions
|
@ -810,9 +810,6 @@ class Node(BaseObject):
|
|||
'nodeType': self.nodeType,
|
||||
}
|
||||
self._buildCmdVars(self._cmdVars)
|
||||
|
||||
self.nodeDesc.updateInternals(self)
|
||||
|
||||
self.internalFolderChanged.emit()
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue