From 1e8b007d50f76362bb4067800bc1c12c9f87b1c6 Mon Sep 17 00:00:00 2001 From: William Reynish Date: Thu, 13 Jun 2019 14:41:21 +0200 Subject: Set Node Editor to use Box Select tool by default This makes Shift and Ctrl work properly to extend and subtract selections. This also moves Cut Links to Ctrl-RMB, which doesn't conflict with the selection tool. --- source/blender/windowmanager/intern/wm_toolsystem.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/windowmanager/intern/wm_toolsystem.c b/source/blender/windowmanager/intern/wm_toolsystem.c index 0c916896560..fa69d750665 100644 --- a/source/blender/windowmanager/intern/wm_toolsystem.c +++ b/source/blender/windowmanager/intern/wm_toolsystem.c @@ -731,8 +731,7 @@ static const char *toolsystem_default_tool(const bToolKey *tkey) } break; case SPACE_NODE: { - /* 'Select Box' interferes with cut-links which is handy. */ - return "builtin.select"; + return "builtin.select_box"; } } -- cgit v1.2.3