MetaNode broadcasting
- Implementing of two strategies for
MetaNode
s positional inputs creation:-
LeadingNode
which append a new positional input to the certain node and import the input (with corresponding child output) to theMetaNode
instance; -
NewNode
which creates a new node for every new positional input (with corresponding child output) to theMetaNode
instance.
-
- Renaming
Limbs->NodeBase
,meta_node.py->metanode.py
,NodeGroup->GraphBase
,input_extra.py->inputhandler.py
... - Adding
pyproject.toml
to configure formatters
Edited by Tsegelnik Nikita