mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-29 08:56:33 +02:00
[core] Node: add missing initialization in constructor
This commit is contained in:
parent
c291e0d6bf
commit
18d2e4bd39
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ class Node(BaseObject):
|
|||
self._name = None # type: str
|
||||
self.graph = None # type: Graph
|
||||
self.nodeDesc = pg.nodesDesc[nodeDesc]()
|
||||
self._cmdVars = {}
|
||||
self._attributes = Model(parent=self)
|
||||
self.attributesPerUid = defaultdict(set)
|
||||
self._initFromDesc()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue