Skip to content

Commit

Permalink
Keymap: remove explicit 3D cursor entry for add tool
Browse files Browse the repository at this point in the history
Passing through events to place the cursor, as other tools do.
  • Loading branch information
ideasman42 committed May 29, 2020
1 parent 8ec5975 commit 7022c73
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)]}),
]},
Expand Down

0 comments on commit 7022c73

Please sign in to comment.