Point Cloud: Add transform operations to keymap

This commit is contained in:
Hans Goudey
2025-02-17 10:58:42 -05:00
parent 901b18d17b
commit 9714946fca

View File

@@ -5807,7 +5807,12 @@ def km_edit_point_cloud(params):
)
items.extend([
# Transform Actions.
*_template_items_transform_actions(params, use_bend=True, use_mirror=True),
*_template_items_select_actions(params, "point_cloud.select_all"),
("transform.transform", {"type": 'S', "value": 'PRESS', "alt": True},
{"properties": [("mode", 'CURVE_SHRINKFATTEN')]}),
])
return keymap