alt + mouse click for editing parameter of multiple selected object not work. #70419

Closed
opened 2019-10-01 16:05:34 +02:00 by noki paike · 13 comments

System Information
Operating system: Windows-10-10.0.17763 64 Bits
Graphics card: AMD Radeon HD 7600M Series ATI Technologies Inc. 4.5.13422 Core Profile Context 0

Blender Version
Broken: version: 2.81 (sub 12), branch: master, commit date: 2019-09-30 22:00, hash: 60a827a2a9
Worked: (optional)

Short description of error
With the graphics tablet i find it essential to activate emulate 3 button mouse.
The problem is that with this mode it is impossible to edit multiple objects simultaneously.

alt + mouse click

for move and editing parameter of multiple selected object not work.

Exact steps for others to reproduce the error

altclik.mp4

**System Information** Operating system: Windows-10-10.0.17763 64 Bits Graphics card: AMD Radeon HD 7600M Series ATI Technologies Inc. 4.5.13422 Core Profile Context 0 **Blender Version** Broken: version: 2.81 (sub 12), branch: master, commit date: 2019-09-30 22:00, hash: `60a827a2a9` Worked: (optional) **Short description of error** With the graphics tablet i find it essential to activate **emulate 3 button mouse**. The problem is that with this mode it is impossible to edit multiple objects simultaneously. ``` alt + mouse click ``` for move and editing parameter of multiple selected object not work. **Exact steps for others to reproduce the error** [altclik.mp4](https://archive.blender.org/developer/F7783588/altclik.mp4)
Author

Added subscriber: @nokipaike

Added subscriber: @nokipaike
Member
Added subscribers: @WilliamReynish, @JulianEisel, @ideasman42, @lichtwerk
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Philipp Oeser self-assigned this 2019-10-02 13:49:05 +02:00
Member

This sounds more or less logical?
Alt + LMB is just converted to MMB in wm_eventemulation in the case of emulate 3 button mouse.
Not sure if an exception for being over a button is really feasible?

In any case, this sounds more like a feature request that could go into other channels...
https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests
https://wiki.blender.org/wiki/Reference/Not_a_bug

Will close ( unless there are objections? @ideasman42, @JulianEisel, @WilliamReynish )

This sounds more or less logical? Alt + LMB is just converted to MMB in `wm_eventemulation` in the case of `emulate 3 button mouse`. Not sure if an exception for being over a button is really feasible? In any case, this sounds more like a feature request that could go into other channels... https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests https://wiki.blender.org/wiki/Reference/Not_a_bug Will close ( unless there are objections? @ideasman42, @JulianEisel, @WilliamReynish )
Author

@lichtwerk in my opinion I don't think it's a feature request, it's just that the "grab-scroll-window" function that is activated with "alt " in emulate 3 button mouse mode, goes into conflict when we simply have to modify some parameters with alt +click (in this case of many objects edit)

therefore in some way "the grab-drag area with alt + click", in the elements of the parameters change should be disabled when the mouse cursor is on the elements

@lichtwerk in my opinion I don't think it's a feature request, it's just that the "grab-scroll-window" function that is activated with "alt " in emulate 3 button mouse mode, goes into conflict when we simply have to modify some parameters with alt +click (in this case of many objects edit) therefore in some way "the grab-drag area with alt + click", in the elements of the parameters change should be disabled when the mouse cursor is on the elements
Member

@nokipaike:
grab-drag area = MMB
ALT+LMB gets converted to MMB early on (see above).

So if [at all] I think we would need to circumvent the conversion in wm_eventemulation in case we are over an appropriate button.
But like I said, not sure if is feasible and would still think it this is not a bug.
I mean you are loosing tons of ALT+LMB functionality already by emulate 3 button mouse (e.g. loop select, etc..), would all these be bugs?
In my opinion, user should expect that ALT+LMB functionality will be lost by emulate 3 button mouse (or has to be mapped elsewhere manually...).

But others can chime in here, thats just my opinion.

@nokipaike: grab-drag area = MMB ALT+LMB gets converted to MMB early on (see above). So if [at all] I think we would need to circumvent the conversion in `wm_eventemulation` in case we are over an appropriate button. But like I said, not sure if is feasible and would still think it this is not a bug. I mean you are loosing tons of ALT+LMB functionality already by `emulate 3 button mouse` (e.g. loop select, etc..), would all these be bugs? In my opinion, user should expect that ALT+LMB functionality will be lost by `emulate 3 button mouse` (or has to be mapped elsewhere manually...). But others can chime in here, thats just my opinion.
Author

for me it's the same .. as long as I can use these functions ..
how could I alternatively map the "multi object editing" function ...
is a keymap that can be changed?
I didn't think it was possible ...
in any case, wouldn't it be useful to remap this function for all users who use "emulate 3 button mouse"? with another shortcut agreed upon .. (at the moment for these users it is still "broken")

it would be an easy thing to correct.

for me it's the same .. as long as I can use these functions .. how could I alternatively map the "multi object editing" function ... is a keymap that can be changed? I didn't think it was possible ... in any case, wouldn't it be useful to remap this function for all users who use "emulate 3 button mouse"? with another shortcut agreed upon .. (at the moment for these users it is still "broken") it would be an easy thing to correct.
Member

Changed status from 'Archived' to: 'Open'

Changed status from 'Archived' to: 'Open'
Member

You are right, I think ALT+LMB for "multi object editing" cannot be remapped.
Not convinced still (about this being a bug), but I'll let others decide then (suspects are already CCed here...)

You are right, I think ALT+LMB for "multi object editing" cannot be remapped. Not convinced still (about this being a bug), but I'll let others decide then (suspects are already CCed here...)

Closed as duplicate of #69053

Closed as duplicate of #69053

Added subscriber: @brecht

Added subscriber: @brecht

See #69323 (Remove/Update "Emulate Middle Mouse" preference) for related discussion.

See #69323 (Remove/Update "Emulate Middle Mouse" preference) for related discussion.
Author

@ideasman42 Since this problem cannot be solved on windows (please look at the video I have attached to understand what I am referring to in particular) because the oskey is not available on windows, it would not be solvable by activating the "mouse wheel" on the number field and slider value overlay to modify the parameters ... so you could easily add the "alt + click" exception in the case of editing several objects with emulate middle button. .. or maybe it would already be activated..

@ideasman42 Since this problem cannot be solved on windows (please look at the video I have attached to understand what I am referring to in particular) because the oskey is not available on windows, it would not be solvable by activating the "mouse wheel" on the number field and slider value overlay to modify the parameters ... so you could easily add the "alt + click" exception in the case of editing several objects with emulate middle button. .. or maybe it would already be activated..
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
3 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#70419
No description provided.