Keymap: remove explicit 3D cursor entry for add tool

Passing through events to place the cursor, as other tools do.
This commit is contained in:
Campbell Barton 2020-05-29 18:12:30 +10:00
parent 8ec59757d1
commit 7022c73249

@ -5886,7 +5886,6 @@ def km_3d_view_tool_interactive_add(params):
"3D View Tool: Object, Add Primitive",
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
{"items": [
("view3d.cursor3d", {"type": params.tool_mouse, "value": 'CLICK'}, None),
("view3d.interactive_add", {"type": params.tool_tweak, "value": 'ANY', "any": True},
{"properties": [("wait_for_input", False)]}),
]},