Reconnects nodes to another one in the Node Graph.
- Select node(s).
- Edit -> Reconnect nodes
- Connect selected node(s) to the one chosen in the popup window
- Alt+Y
- Copy 'reconnectNodes' folder in your .Natron folder.
- Add following lines to your 'initGui.py' file, where
<path>
is the location of 'reconnectNodes' folder.
from <path>.reconnectNodes.reconnectNodes import *
NatronGui.natron.addMenuCommand('Edit/Reconnect nodes','reconnectNodes', QtCore.Qt.Key.Key_Y, QtCore.Qt.KeyboardModifier.AltModifier)