Curves: Add radius transform mode to edit mode

This adds the radius control operator and active tool
to curves edit mode.

Pull Request: https://projects.blender.org/blender/blender/pulls/114017
This commit is contained in:
casey bianco-davis
2023-10-31 11:33:32 +01:00
committed by Hans Goudey
parent faeb9e7775
commit c57fe9a6e0
4 changed files with 25 additions and 9 deletions
@@ -6078,6 +6078,8 @@ def km_edit_curves(params):
("curves.select_less", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
*_template_items_proportional_editing(
params, connected=True, toggle_data_path='tool_settings.use_proportional_edit'),
("transform.transform", {"type": 'S', "value": 'PRESS', "alt": True},
{"properties": [("mode", 'CURVE_SHRINKFATTEN')]}),
])
return keymap