Fix #104698: Assert and failure adding shortcuts to curves sculpt tools #104791

Merged
Hans Goudey merged 1 commits from HooglyBoogly/blender:curves-sculpt-tools-keymap into blender-v3.5-release 2023-02-16 13:47:22 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ wmKeyMap *WM_keymap_guess_from_context(const bContext *C)
km_id = "Grease Pencil Stroke Vertex Mode";
break;
case CTX_MODE_SCULPT_CURVES:
km_id = "Curves Sculpt";
km_id = "Sculpt Curves";
break;
}
}