Point Cloud: Add transform operations to keymap
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user