# Drag and drop sockets from group property panel in node tree as new group input.
RCS offer: https://blender.community/c/rightclickselect/A12z/
# Goals:
1. This greatly speeds up the process of creating nodes.
## Way to do that:
1. Add a modal operator that waits for the drag to start.
2. If it's coming from a list of sockets, need to create a new node and bind it to the cursor.
3. Wait for a key to be released.