Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/gpencil/gpencil_ops.c
| Context not available. | |||||
| RNA_string_set(kmi->ptr, "data_path_primary", "user_preferences.edit.grease_pencil_eraser_radius"); | RNA_string_set(kmi->ptr, "data_path_primary", "user_preferences.edit.grease_pencil_eraser_radius"); | ||||
| /* Interpolation */ | /* Interpolation */ | ||||
| WM_keymap_add_item(keymap, "GPENCIL_OT_interpolate", EKEY, KM_PRESS, KM_CTRL | KM_ALT, 0); | WM_keymap_add_item(keymap, "GPENCIL_OT_interpolate", EKEY, KM_PRESS, KM_CTRL, 0); | ||||
| WM_keymap_add_item(keymap, "GPENCIL_OT_interpolate_sequence", EKEY, KM_PRESS, KM_SHIFT | KM_CTRL, 0); | WM_keymap_add_item(keymap, "GPENCIL_OT_interpolate_sequence", EKEY, KM_PRESS, KM_SHIFT | KM_CTRL, 0); | ||||
| /* Sculpting ------------------------------------- */ | /* Sculpting ------------------------------------- */ | ||||
| Context not available. | |||||