Key binding. Sculpt mode: W-key for select? Warning message. #67991

Closed
opened 2019-07-31 12:38:45 +02:00 by Arthur · 13 comments

System Information
Operating system: Windows-10-10.0.17763 64 Bits
Graphics card: Intel(R) HD Graphics 630 Intel 4.5.0 - Build 25.20.100.6373

Blender Version
Broken: version: 2.80 (sub 75), branch: master, commit date: 2019-07-29 14:47, hash: f6cb5f5449
Worked: (optional)

Short description of error
Warning message when pressed W-key

Exact steps for others to reproduce the error
Go to sculpt mode
Press W
See the warning message "Tool 'builtin_select_box' not found for space 'VIEW_3D'

**System Information** Operating system: Windows-10-10.0.17763 64 Bits Graphics card: Intel(R) HD Graphics 630 Intel 4.5.0 - Build 25.20.100.6373 **Blender Version** Broken: version: 2.80 (sub 75), branch: master, commit date: 2019-07-29 14:47, hash: `f6cb5f5449` Worked: (optional) **Short description of error** Warning message when pressed W-key **Exact steps for others to reproduce the error** Go to sculpt mode Press W See the warning message "Tool 'builtin_select_box' not found for space 'VIEW_3D'
Author

Added subscriber: @ArthurPholax

Added subscriber: @ArthurPholax
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Philipp Oeser self-assigned this 2019-07-31 13:30:29 +02:00
Member

Can confirm for LMB select (doesnt happen with RMB select), checking...

Can confirm for LMB select (doesnt happen with RMB select), checking...

Added subscriber: @WilliamReynish

Added subscriber: @WilliamReynish

We should make sure it's only in the keymap for the modes where it applies.

We should make sure it's only in the keymap for the modes where it applies.
Philipp Oeser removed their assignment 2019-07-31 14:11:46 +02:00
William Reynish was assigned by Philipp Oeser 2019-07-31 14:11:46 +02:00
Member

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Member

Note: this is True for all modes that dont support selection tools (vertexpaint, texturepaint, weightpaint, sculpt)

Since these modes also dont define their own W shortcut, it will take the one defined in km_view3d() -- which is op_tool_cycle("builtin.select_box", {"type": 'W', "value": 'PRESS'}).
For RMB select, W is taken for the context menu, so no warning here...

@WilliamReynish : not sure if this even be considered a bug? (feels a bit like it), but not sure how to guard against it [no access to mode in km_XXX keymap definitions...]
CC @ideasman42

Note: this is True for all modes that dont support selection tools (vertexpaint, texturepaint, weightpaint, sculpt) Since these modes also dont define their own `W` shortcut, it will take the one defined in `km_view3d()` -- which is `op_tool_cycle("builtin.select_box", {"type": 'W', "value": 'PRESS'})`. For RMB select, `W` is taken for the context menu, so no warning here... @WilliamReynish : not sure if this even be considered a bug? (feels a bit like it), but not sure how to guard against it [no access to mode in `km_XXX` keymap definitions...] CC @ideasman42

We can just move the W for the Select tool to be defined inside the mode keymap.

We can just move the W for the Select tool to be defined inside the mode keymap.
Member

@WilliamReynish : do you want to commit? (I can do as well... just throw back at me...)

@WilliamReynish : do you want to commit? (I can do as well... just throw back at me...)

I can make a patch tomorrow, but will check with @ideasman42 if this change is ok.

I can make a patch tomorrow, but will check with @ideasman42 if this change is ok.
William Reynish was unassigned by Dalai Felinto 2019-12-23 16:33:28 +01:00
Member

Added subscriber: @PabloDobarro

Added subscriber: @PabloDobarro
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Pablo Dobarro self-assigned this 2020-05-21 00:13:23 +02:00
Member

W is now the key for the face sets pie menu and face sets related operations, so this should be fixed.

W is now the key for the face sets pie menu and face sets related operations, so this should be fixed.
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#67991
No description provided.