mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-10 13:27:26 +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
|
@ -78,8 +78,9 @@ class BaseNode(object):
|
|||
outputs = []
|
||||
size = StaticNodeSize(1)
|
||||
parallelization = None
|
||||
documentation = ''
|
||||
category = 'Other'
|
||||
documentation = ""
|
||||
category = "Other"
|
||||
plugin = None
|
||||
|
||||
def __init__(self):
|
||||
super(BaseNode, self).__init__()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue