Skip to content

MetaNode broadcasting

Tsegelnik Nikita requested to merge feature/meta-node-broadcasting into master
  • Implementing of two strategies for MetaNodes positional inputs creation:
    • LeadingNode which append a new positional input to the certain node and import the input (with corresponding child output) to the MetaNode instance;
    • NewNode which creates a new node for every new positional input (with corresponding child output) to the MetaNode 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

Merge request reports