Created by: ly29
Group Nodes
codename: Monads
Similar to Blender's Shader Trees, Sverchok now how as its own implementation of Group Nodes and we use the same keyboard short cuts.
shortcut | behaviour |
---|---|
Ctrl+G | Group selected nodes (relink to peripheral nodes) |
Shift + Ctrl+G | Group selected nodes, but don't link peripherals |
Alt + G | Un-group the active Group Node |
Tab | Enter or exit group |
Group Nodes have not been tested by many people yet, and that is why we are presenting it to you to help us break it in new and unpredictable ways. We expect that many eyes will help us make the feature more robust. Please use the issue tracker to send us questions / bug reports.
Features
- Automatic socket creation by dragging noodles to the Input / Output nodes.
- The Tool Panel lets you Delete/Rename/Move/Recast (to different socket type) sockets
- Old beta groups are automatically updated
- Append works
- Link mostly works
Known issues
- Ungrouping a node group does not position the nodes in a good way
- Recursion won't work. (Group inside of a group does work)
- JSON I/O will not work, yet.