diff --git a/meshroom/core/graph.py b/meshroom/core/graph.py index 2166ef50..3259e7df 100644 --- a/meshroom/core/graph.py +++ b/meshroom/core/graph.py @@ -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()