Fix #147094: Point cloud: Missing Proportional edit keyitem in edit mode

Add missing shortcut of proportional editing inside pointcloud
edit mode keymap.

Pull Request: https://projects.blender.org/blender/blender/pulls/147102
This commit is contained in:
Pratik Borhade
2025-10-03 12:32:21 +02:00
committed by Pratik Borhade
parent a65a48a0a7
commit 88f6efc686

View File

@@ -5947,6 +5947,8 @@ def km_edit_pointcloud(params):
("pointcloud.separate", {"type": 'P', "value": 'PRESS'}, None),
("transform.transform", {"type": 'S', "value": 'PRESS', "alt": True},
{"properties": [("mode", 'CURVE_SHRINKFATTEN')]}),
*_template_items_proportional_editing(
params, connected=True, toggle_data_path="tool_settings.use_proportional_edit"),
])
return keymap