Skip to content

Commit 7022c73

Browse files
committed
Keymap: remove explicit 3D cursor entry for add tool
Passing through events to place the cursor, as other tools do.
1 parent 8ec5975 commit 7022c73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

release/scripts/presets/keyconfig/keymap_data/blender_default.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5886,7 +5886,6 @@ def km_3d_view_tool_interactive_add(params):
58865886
"3D View Tool: Object, Add Primitive",
58875887
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
58885888
{"items": [
5889-
("view3d.cursor3d", {"type": params.tool_mouse, "value": 'CLICK'}, None),
58905889
("view3d.interactive_add", {"type": params.tool_tweak, "value": 'ANY', "any": True},
58915890
{"properties": [("wait_for_input", False)]}),
58925891
]},

0 commit comments

Comments
 (0)