Add helper function to node_utils to create links to virtual sockets #105975

Merged
Hans Goudey merged 1 commits from pioverfour/blender:dp_node_utils_virtual_sockets into main 2023-04-12 14:18:43 +02:00

1 Commits

Author SHA1 Message Date
Damien Picard 996e415bbc Add helper function to node_utils to create links to virtual sockets
Links created through the normal Python API are invalid since
7026096099. Before then, one could create links to or from virtual
sockets from Python (grayed out sockets in Group Input and Group
Output nodes), as is still possible in the GUI.

This is documented as an API change, and it broke at least Node
Wrangler, see #104470. Instead of just fixing that, let's introduce an
API to make this operation simpler.
2023-03-22 18:04:50 +01:00