Adam Gerhant
Adam Gerhant
https://github.com/user-attachments/assets/36009c4e-07d4-48b4-8c41-a2180d8f63c9 There may be some optimization to remove the identity nodes when compiling the network, which means the type is not added to the `ResolvedDocumentNodeTypes` hashmap
It should be possible to select a group of nodes, and then "group" them into a single node with a network implementation of those nodes. It should also be possible...
Instead of annotating type for each NodeInput::network usage, the types should be annotated in a single vec for every import. For example we do something like ``` pub fn node(input1){...
Stores all network metadata as value inputs to cloned nodes. This will allow the new node graph rendering process to have access to the metadata. TODO: Toggle to layer is...