Extrude to cursor keybinding missing in 2.83 #77536

Closed
opened 2020-06-06 22:21:24 +02:00 by Michael Grosberg · 18 comments

System Information
Operating system: Windows 10
Graphics card: Nvidia RTX 2060 super

Blender Version
Broken: 2.83
Worked: 2.82

The Extrude to Cursor key binding (curve.vertex_add) seems to be missing in 2.83 and as a result the extrude to cursor tool doesn't work.
The tool hint is missing as well.
I was able to restore it by comparing to 2.82 and copying the key binding so I know the tool itself works.

Exact steps for others to reproduce the error
create new curve object
switch to edit mode
select a single vertex
select the "extrude to cursor" tool
click in an empty area of the viewport.
expected result: a new vertex is created, connected to the selected vertex
actual result: nothing happens

**System Information** Operating system: Windows 10 Graphics card: Nvidia RTX 2060 super **Blender Version** Broken: 2.83 Worked: 2.82 The Extrude to Cursor key binding (curve.vertex_add) seems to be missing in 2.83 and as a result the extrude to cursor tool doesn't work. The tool hint is missing as well. I was able to restore it by comparing to 2.82 and copying the key binding so I know the tool itself works. **Exact steps for others to reproduce the error** create new curve object switch to edit mode select a single vertex select the "extrude to cursor" tool click in an empty area of the viewport. expected result: a new vertex is created, connected to the selected vertex actual result: nothing happens

Added subscriber: @MichaelGrosberg

Added subscriber: @MichaelGrosberg

#77539 was marked as duplicate of this issue

#77539 was marked as duplicate of this issue

Added subscriber: @mano-wii

Added subscriber: @mano-wii

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

I cannot reproduce the problem. Whether with RMB or LMB selection.
Are you sure your keymaps are not changed?
Please try with File → Defaults → Load Factory Settings to see if you still can reproduce this issue.

I cannot reproduce the problem. Whether with RMB or LMB selection. Are you sure your keymaps are not changed? Please try with File → Defaults → Load Factory Settings to see if you still can reproduce this issue.

Added subscriber: @jenkm

Added subscriber: @jenkm

@mano-wii here we refer to the tool from the toolbar, and not a Ctrl-click operator.

extrude-to-cursor.jpg

@mano-wii here we refer to the tool from the toolbar, and not a Ctrl-click operator. ![extrude-to-cursor.jpg](https://archive.blender.org/developer/F8603966/extrude-to-cursor.jpg)

In #77536#949956, @jenkm wrote:
@mano-wii here we refer to the tool from the toolbar, and not a Ctrl-click operator.

extrude-to-cursor.jpg

GIF:
extrude_to_cursor.gif

> In #77536#949956, @jenkm wrote: > @mano-wii here we refer to the tool from the toolbar, and not a Ctrl-click operator. > > ![extrude-to-cursor.jpg](https://archive.blender.org/developer/F8603966/extrude-to-cursor.jpg) GIF: ![extrude_to_cursor.gif](https://archive.blender.org/developer/F8603990/extrude_to_cursor.gif)

Curve, not mesh.

Curve, not mesh.

Changed status from 'Needs User Info' to: 'Confirmed'

Changed status from 'Needs User Info' to: 'Confirmed'

Added subscriber: @ideasman42

Added subscriber: @ideasman42

In #77536#949989, @jenkm wrote:
Curve, not mesh.

I can confirm it now. (I mixed this report with the other that mentioned a mesh problem).

> In #77536#949989, @jenkm wrote: > Curve, not mesh. I can confirm it now. (I mixed this report with the other that mentioned a mesh problem).
lang=diff
 def km_3d_view_tool_edit_curve_extrude_cursor(params):
     return (
-        "3D View Tool: Edit Curve, Extrude Cursor",
+        "3D View Tool: Edit Curve, Extrude to Cursor",
         {"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
         {"items": [
             ("curve.vertex_add", {"type": params.tool_mouse, "value": 'PRESS'}, None),

cec7db2004

``` lang=diff def km_3d_view_tool_edit_curve_extrude_cursor(params): return ( - "3D View Tool: Edit Curve, Extrude Cursor", + "3D View Tool: Edit Curve, Extrude to Cursor", {"space_type": 'VIEW_3D', "region_type": 'WINDOW'}, {"items": [ ("curve.vertex_add", {"type": params.tool_mouse, "value": 'PRESS'}, None), ``` cec7db2004
Member

Added subscribers: @WilliamReynish, @lichtwerk

Added subscribers: @WilliamReynish, @lichtwerk
Member

Yep, can confirm @jenkm solution is good.
cec7db2004 renamed the tool label leading to keymap not being found.

WARN (wm.keymap): /blender/source/blender/windowmanager/intern/wm_keymap.c:469 WM_keymap_poll: empty keymap '3D View Tool: Edit Curve, Extrude to Cursor

@jenkm: just to follow dev process: could you create a Diff from the above with @WilliamReynish or me as reviewer, then commit after accept? (otherwise I can do too...)

Yep, can confirm @jenkm solution is good. cec7db2004 renamed the tool label leading to keymap not being found. ``` WARN (wm.keymap): /blender/source/blender/windowmanager/intern/wm_keymap.c:469 WM_keymap_poll: empty keymap '3D View Tool: Edit Curve, Extrude to Cursor ``` @jenkm: just to follow dev process: could you create a Diff from the above with @WilliamReynish or me as reviewer, then commit after accept? (otherwise I can do too...)
Member

Added subscriber: @DannyBCreative

Added subscriber: @DannyBCreative

This issue was referenced by 61fa710aa3

This issue was referenced by 61fa710aa34422a0b26d0c69ec8d5322363e2099

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Campbell Barton self-assigned this 2020-06-22 09:04:44 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
6 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#77536
No description provided.