Wrong status bar keymap for release confirms and right click select #59358
Labels
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
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
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#59358
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Manjaro x64
Graphics card: HD5770
Blender Version
Broken:
2.80,
81ea815dcb
, blender2.8, 2018-12-12Worked: 2.79b
Short description of error
When grabbing something(object, vertex, etc) by right clicking on it and then releasing/clicking on the same button the action is not performed, object doesn't return to its initial position.
However if you use G or a Tool to grab instead of mice click Cancel by Right clicking option works.
Exact steps for others to reproduce the error
Right click on a Cube(in 2.79 thats enough to start moving an object but not here here you have to hold the button) AND HOLD the button
Drag mice somewhere to move the Cube
Right Click again to Cancel movement
Nothing happens.
blender_bug-2018-12-13_22.18.53.mkv
I'm also attaching video file for it to be more clear.
Added subscriber: @StasSidorenko
Added subscribers: @brecht, @ZedDB
I think this is intended. It just that the functionality changed.
@brecht Am I correct in assuming this?
I don't think its intended. When you Grab with a Mice it still gives you a hint that by pressing the same button you can Cancel the Grab action. Not to mention it would be a huge downgrade from the previous version.
It's intended to work this way, because we enabled the "Release Confirms" option by default. This can be disabled in Editing > User Preferences if desired. But the hints in the status bar are wrong.
Can't move and cancel movement on click drag/releaseto Wrong status bar keymap for release confirms and right click selectAdded subscriber: @sebastian_k
I am pretty sure this works as intended. 2.80 has "Release Confirms" enabled by default in Preferences. Enable it in 2.79 and you have the same behavior. Or vice versa, if you disable "Release Confirms" you get the behevior you seem to be lookin for. Besides, you can always cancel the Action by pressing Escape. So, I don't see a downgrade really.
I've created a fix for the status bar keymap: D4077
This issue was referenced by
17905e89a7
Changed status from 'Open' to: 'Resolved'
This issue was referenced by
d8a80e5949
Added subscriber: @mano-wii
Changed status from 'Resolved' to: 'Confirmed'
d8a80e5949
had to be reverted as thepoll_modal_item
affects other areas and was being very restrictive.I am working on an alternative solution.