Implement node attach/detach shortcuts - #1097
Draft
williamchange wants to merge 1 commit into
Draft
Conversation
williamchange
marked this pull request as draft
August 19, 2025 11:07
williamchange
force-pushed
the
insert-in-connection
branch
5 times, most recently
from
August 21, 2025 04:49
9b4a4c5 to
daa44f0
Compare
williamchange
force-pushed
the
insert-in-connection
branch
from
October 8, 2025 05:03
b5e5f40 to
9c06f06
Compare
williamchange
force-pushed
the
insert-in-connection
branch
2 times, most recently
from
December 17, 2025 04:56
ea93970 to
fee4d02
Compare
williamchange
force-pushed
the
insert-in-connection
branch
from
March 23, 2026 03:39
e58fbc7 to
cb97381
Compare
williamchange
force-pushed
the
insert-in-connection
branch
3 times, most recently
from
March 27, 2026 03:07
300742a to
3823490
Compare
williamchange
force-pushed
the
insert-in-connection
branch
3 times, most recently
from
August 1, 2026 08:41
17b098b to
b60029b
Compare
williamchange
force-pushed
the
insert-in-connection
branch
from
August 1, 2026 08:44
b60029b to
94cc2c9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds several node interaction shortcuts.
Node insertion
Insert node to an existing connection via right clicking on a connection line
insert-nodes.mp4
Can also be done by dragging a node on top of an existing connection(holding a key D blocks the action, similar to blender's alt key):
node-attach.mp4
When grab is active, the nodes can also be inserted
grab-insert.webm
node insertion can be disabled via preferences(based on discord feedback):
Node detach
Detach node(s) from connection lines via CtrlShiftC
detach.mp4
or Hold D while one or more nodes are dragged
alt-detach.mp4
Remove node with reconnection
Same as node detach but remove the selected node(s), via CtrlShiftX
remove-reconn.mp4