Fix: Point cloud keymap not working

Pull Request: https://projects.blender.org/blender/blender/pulls/134638
This commit is contained in:
Dalai Felinto
2025-02-17 08:44:05 +01:00
parent cd04584412
commit 645242dcc4
3 changed files with 9 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ _km_hierarchy = [
_km_expand_from_toolsystem('VIEW_3D', 'EDIT_TEXT'),
]),
('Grease Pencil', 'EMPTY', 'WINDOW', []),
('Point Cloud', 'EMPTY', 'WINDOW', []),
('Pose', 'EMPTY', 'WINDOW', [
_km_expand_from_toolsystem('VIEW_3D', 'POSE'),
]),