Using "E" Key Modifier Hotkey for "gpencil.draw" only draws for a second #87002

Closed
opened 2021-03-28 19:09:47 +02:00 by Miya San · 12 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.72

Blender Version
Broken: version: 2.93.0 Alpha, branch: master, commit date: 2021-03-18 21:29, hash: 36deb8a48e
Also broken in 2.92 and 2.90

Short description of error
Setting the hotkey for "gpencil.draw" to "E Left Mouse," with "E" as a modifier results in the stroke/eraser to only draw for a second and then stop drawing. Using any other letter modifier like "R Left Mouse" or "P Left Mouse" etc. works as intended. Tried deleting all "E" hotkeys and "Left Mouse" hotkeys to see if there was hotkey interference, but the problem persists.

Exact steps for others to reproduce the error
New file "2D Animation"
Draw some strokes
Open Preferences, go to keymap Grease Pencil Stroke Paint (Draw brush)
Set Grease Pencil Draw key modifier to "E"
Set mode to "Eraser"
Hold "E", try erasing
Switch key modifier to any other letter key like "R"
Try erasing, should work as intended
gpencil.draw_e_modifer_bug.mp4

**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.72 **Blender Version** Broken: version: 2.93.0 Alpha, branch: master, commit date: 2021-03-18 21:29, hash: `36deb8a48e` Also broken in 2.92 and 2.90 **Short description of error** Setting the hotkey for "gpencil.draw" to "E Left Mouse," with "E" as a modifier results in the stroke/eraser to only draw for a second and then stop drawing. Using any other letter modifier like "R Left Mouse" or "P Left Mouse" etc. works as intended. Tried deleting all "E" hotkeys and "Left Mouse" hotkeys to see if there was hotkey interference, but the problem persists. **Exact steps for others to reproduce the error** New file "2D Animation" Draw some strokes Open Preferences, go to keymap Grease Pencil Stroke Paint (Draw brush) Set Grease Pencil Draw key modifier to "E" Set mode to "Eraser" Hold "E", try erasing Switch key modifier to any other letter key like "R" Try erasing, should work as intended [gpencil.draw_e_modifer_bug.mp4](https://archive.blender.org/developer/F9912603/gpencil.draw_e_modifer_bug.mp4)
Author

Added subscriber: @miya

Added subscriber: @miya
Member

Added subscribers: @antoniov, @filedescriptor

Added subscribers: @antoniov, @filedescriptor
Member

This most likely happens because {key E} will actually cancel the drawing operator.

  /* Exit painting mode (and/or end current stroke).
   *
   */
  if (ELEM(event->type, EVT_RETKEY, EVT_PADENTER, EVT_ESCKEY, EVT_SPACEKEY, EVT_EKEY)) { //<--- EVT_EKEY causes this issue

    p->status = GP_STATUS_DONE;
    estate = OPERATOR_FINISHED;
  }

@antoniov Do you know why the {key E} key is in there?

This most likely happens because {key E} will actually cancel the drawing operator. ``` /* Exit painting mode (and/or end current stroke). * */ if (ELEM(event->type, EVT_RETKEY, EVT_PADENTER, EVT_ESCKEY, EVT_SPACEKEY, EVT_EKEY)) { //<--- EVT_EKEY causes this issue p->status = GP_STATUS_DONE; estate = OPERATOR_FINISHED; } ``` @antoniov Do you know why the {key E} key is in there?
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Can confirm on the latest master.

Can confirm on the latest master.

Added subscriber: @mendio

Added subscriber: @mendio

@antoniov Do you know why the {key E} key is in there?

IIRC {key E} key was used in the first Grease Pencil version to cancel actions, It seems legacy from that version that we forgot to remove, but @antoniov sure know better

> > @antoniov Do you know why the {key E} key is in there? IIRC {key E} key was used in the first Grease Pencil version to cancel actions, It seems legacy from that version that we forgot to remove, but @antoniov sure know better
Member

@mendio Thanks for the info! I guess if this was from the legacy grease pencil code it could be safe to remove. Waiting for @antoniov to confirm and then I can submit a patch.

@mendio Thanks for the info! I guess if this was from the legacy grease pencil code it could be safe to remove. Waiting for @antoniov to confirm and then I can submit a patch.
Member

Just tested removing the EVT_EKEY from the keys that exit the operator and that fixes the issue. So just to confirm that this is the problem.

Just tested removing the `EVT_EKEY` from the keys that exit the operator and that fixes the issue. So just to confirm that this is the problem.

This issue was referenced by 10e05bb413

This issue was referenced by 10e05bb413947c16f61e0c429b2a3883ab95c983
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Falk David self-assigned this 2021-03-29 15:58:02 +02:00
Member

Resolved with commit 10e05bb413

Resolved with commit 10e05bb413
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
4 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#87002
No description provided.