mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-20 12:36:29 +02:00
[ui] Add the notion of Node Documentation
This commit is contained in:
parent
2ebcf19382
commit
0e606eef4e
4 changed files with 55 additions and 0 deletions
|
@ -397,6 +397,7 @@ class Node(object):
|
|||
outputs = []
|
||||
size = StaticNodeSize(1)
|
||||
parallelization = None
|
||||
documentation = ''
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue