mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-12 22:37:21 +02:00
[core] desc.node: Add reference to containing plugin in desc.BaseNode
This commit is contained in:
parent
c8671ded0e
commit
3857daa4e4
2 changed files with 4 additions and 2 deletions
|
@ -193,6 +193,7 @@ class NodePlugin(BaseObject):
|
|||
self.plugin: Plugin = plugin
|
||||
self.path: str = Path(getfile(nodeDesc)).resolve().as_posix()
|
||||
self.nodeDescriptor: desc.Node = nodeDesc
|
||||
self.nodeDescriptor.plugin = self
|
||||
|
||||
self.status: NodePluginStatus = NodePluginStatus.NOT_LOADED
|
||||
self.errors: list[str] = validateNodeDesc(nodeDesc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue