This patch improves working with multiple group input nodes,
by automatically hiding new node group input sockets on
group input nodes with hidden sockets.
Issue
When using the link drag search from any input socket there is a
"Group Input" entry, that automatically adds a new input to the group
interface and connects the link to a new group input node containing
only that socket. The idea is to decentralize where data can come into
the node tree to reduce the need for very long node links.
The issue with the current behavior is that, when adding sockets to the
interface they are added to all group input nodes. So even the group
input nodes that were created specifically to only function as an input
for one thing will get the new sockets.
Comparison
| master | patch |
|---|---|