* In previous commit, the draw brush for sculpting got separated out to a new brush called 'SculptDraw'. Updated the keymap 'D' to switch to this new brush.
This commit is contained in:
@@ -273,7 +273,7 @@ void ED_keymap_paint(wmKeyConfig *keyconf)
|
||||
/* brush switching */
|
||||
kmi = WM_keymap_add_item(keymap, "WM_OT_context_set_enum", DKEY, KM_PRESS, 0, 0);
|
||||
RNA_string_set(kmi->ptr, "data_path", "tool_settings.sculpt.active_brush_name");
|
||||
RNA_string_set(kmi->ptr, "value", "Draw");
|
||||
RNA_string_set(kmi->ptr, "value", "SculptDraw");
|
||||
|
||||
kmi = WM_keymap_add_item(keymap, "WM_OT_context_set_enum", SKEY, KM_PRESS, 0, 0);
|
||||
RNA_string_set(kmi->ptr, "data_path", "tool_settings.sculpt.active_brush_name");
|
||||
|
||||
Reference in New Issue
Block a user