Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

commands.py

Blame
  • Forked from finesse / pykat
    Source project has a limited visibility.
    • Daniel Brown's avatar
      a817860f
      completly changing how node connections are stored: node_network (kat.nodes)... · a817860f
      Daniel Brown authored
      completly changing how node connections are stored: node_network (kat.nodes) now stores all the information regarding which node is connected to which component and vice-versa. If any of these connections change it is handled in node_network. All the compoents and nodes no longer store the connection information locally, they must reference directly from node_network otherwise weird clashes will occur. Not fully tested yet.
      a817860f
      History
      completly changing how node connections are stored: node_network (kat.nodes)...
      Daniel Brown authored
      completly changing how node connections are stored: node_network (kat.nodes) now stores all the information regarding which node is connected to which component and vice-versa. If any of these connections change it is handled in node_network. All the compoents and nodes no longer store the connection information locally, they must reference directly from node_network otherwise weird clashes will occur. Not fully tested yet.