Regression: Cannot select and move multiple nodes in Shader Editor (Industry compatible keymap) #98145

Closed
opened 2022-05-15 20:00:05 +02:00 by K Lu · 21 comments

System Information
Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro Vega II OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.10.23

Blender Version
Broken: version: 3.3.0 Alpha, branch: master, commit date: 2022-05-14 17:46, hash: 139a4b6a84 and version: 3.2.0 Beta, branch: master, commit date: 2022-05-13 16:05, hash: 074c695a0d
Worked: Blender 2022-05-08 daily builds (3.3.0 2022-05-08 and 3.2.0 2022-05-08)

Caused by 4c3e91e5f5

Short description of error
In Shader Editor with Industry compatible keymap: select two or more nodes and try to move them, only the node under your mouse will move instead of all selected nodes.
The problem also appears to happen with the compositing node tree and geometry nodes.

Exact steps for others to reproduce the error

  • Open .blend file
  • Switch to Industry compatible keymap
  • Select multiple nodes
  • Move then with LMB dragging
    Video:
    Broken Working version
    F13077488 F13077490
    #98145.blend
    Thanks!
**System Information** Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits Graphics card: AMD Radeon Pro Vega II OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.10.23 **Blender Version** Broken: version: 3.3.0 Alpha, branch: master, commit date: 2022-05-14 17:46, hash: `139a4b6a84` and version: 3.2.0 Beta, branch: master, commit date: 2022-05-13 16:05, hash: `074c695a0d` Worked: Blender 2022-05-08 daily builds (3.3.0 2022-05-08 and 3.2.0 2022-05-08) Caused by 4c3e91e5f5 **Short description of error** In Shader Editor with Industry compatible keymap: select two or more nodes and try to move them, only the node under your mouse will move instead of all selected nodes. The problem also appears to happen with the compositing node tree and geometry nodes. **Exact steps for others to reproduce the error** - Open .blend file - Switch to Industry compatible keymap - Select multiple nodes - Move then with LMB dragging Video: | Broken | Working version | | -- | -- | | [F13077488](https://archive.blender.org/developer/F13077488/Broken_3.3.0_Alpha_master_2022-05-14_rB139a4b6a844f.mov) | [F13077490](https://archive.blender.org/developer/F13077490/Working_3.3.0_Alpha_master_2022-05-07_2a2261d7e193.mov) | [#98145.blend](https://archive.blender.org/developer/F13077416/T98145.blend) Thanks!
Author

Added subscriber: @klu

Added subscriber: @klu
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

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

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

Hi, thanks for the report. I'm not able to reproduce this in current master (124aae91e226984016aa3482f849d8bbebbb3fa3)
I may have not understood the exact steps. How you are moving selected nodes? With key G? or mouse dragging?
How you are selecting these nodes? Box select, shift select? I'm not able to repro in either way.
If possible, please upload a screen recording demonstrating the exact issue.
Also check if you confirm the issue in uploaded file
#98145.blend

Hi, thanks for the report. I'm not able to reproduce this in current master (`124aae91e226984016aa3482f849d8bbebbb3fa3`) I may have not understood the exact steps. How you are moving selected nodes? With key G? or mouse dragging? How you are selecting these nodes? Box select, shift select? I'm not able to repro in either way. If possible, please upload a screen recording demonstrating the exact issue. Also check if you confirm the issue in uploaded file [#98145.blend](https://archive.blender.org/developer/F13077416/T98145.blend)
Author

Hello -- thank you for your quick response. I was using mouse dragging with either Box select or shift select, and I do see that it is working OK if I press the G key first, so it appears to only be a regression with the additional mouseDown click.

Using the #98145.blend you provided, attached please find two screencasts showing the issue with shift or box select and then trying to move with the mouse (with the additional mouseDown click). It worked fine in 3.3.0_Alpha_master_2022-05-07, but it is no longer working in 3.3.0_Alpha_master_2022-05-14 (again using the G key does work):

Broken_3.3.0_Alpha_master_2022-05-14_rB139a4b6a844f.mov

Working_3.3.0_Alpha_master_2022-05-07_2a2261d7e193.mov

Broken_3.3.0_Alpha_master_2022-05-14_rB139a4b6a844f.mov

Working_3.3.0_Alpha_master_2022-05-07_2a2261d7e193.mov

Hello -- thank you for your quick response. I was using mouse dragging with either Box select or shift select, and I do see that it is working OK if I press the G key first, so it appears to only be a regression with the additional mouseDown click. Using the #98145.blend you provided, attached please find two screencasts showing the issue with shift or box select and then trying to move with the mouse (with the additional mouseDown click). It worked fine in 3.3.0_Alpha_master_2022-05-07, but it is no longer working in 3.3.0_Alpha_master_2022-05-14 (again using the G key does work): Broken_3.3.0_Alpha_master_2022-05-14_rB139a4b6a844f.mov Working_3.3.0_Alpha_master_2022-05-07_2a2261d7e193.mov [Broken_3.3.0_Alpha_master_2022-05-14_rB139a4b6a844f.mov](https://archive.blender.org/developer/F13077488/Broken_3.3.0_Alpha_master_2022-05-14_rB139a4b6a844f.mov) [Working_3.3.0_Alpha_master_2022-05-07_2a2261d7e193.mov](https://archive.blender.org/developer/F13077490/Working_3.3.0_Alpha_master_2022-05-07_2a2261d7e193.mov)
Author

Hello again, I just downloaded the latest 2022-05-16 7fc2804f45 build from https://builder.blender.org/download/daily/ and I'm confirming that I still see the regression when using a mouse to box select and then move (without hitting G first). Again, this was working fine in the 2022-05-08 build and earlier.

blender_3.3.0_Alpha_master_2022-05-15_7fc2804f45af.png

Broken_3.3.0_Alpha_master_2022-05-15_7fc2804f45af.mov

Hello again, I just downloaded the latest 2022-05-16 7fc2804f45af build from https://builder.blender.org/download/daily/ and I'm confirming that I still see the regression when using a mouse to box select and then move (without hitting G first). Again, this was working fine in the 2022-05-08 build and earlier. ![blender_3.3.0_Alpha_master_2022-05-15_7fc2804f45af.png](https://archive.blender.org/developer/F13077543/blender_3.3.0_Alpha_master_2022-05-15_7fc2804f45af.png) [Broken_3.3.0_Alpha_master_2022-05-15_7fc2804f45af.mov](https://archive.blender.org/developer/F13077548/Broken_3.3.0_Alpha_master_2022-05-15_7fc2804f45af.mov)
Member

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

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

Thanks for the information. Still not able to replicate. Video: F13077557
I'll ask other triagers if that can reproduce

Thanks for the information. Still not able to replicate. Video: [F13077557](https://archive.blender.org/developer/F13077557/Blender__C__Users_Pratik_Downloads_T98145.blend__2022-05-16_09-35-32.mp4) I'll ask other triagers if that can reproduce
Member

Added subscriber: @LazyDodo

Added subscriber: @LazyDodo
Member

no repro on windows either, maybe there's a plugin interfering? does it happen when you start with factory defaults?

no repro on windows either, maybe there's a plugin interfering? does it happen when you start with factory defaults?
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

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

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

Also cannot repro here

**System Information**
Operating system: Linux-5.13.0-0.rc6.45.fc35.x86_64-x86_64-with-glibc2.34.9000 64 Bits
Graphics card: NVIDIA GeForce GTX 970M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 495.44
version: 3.3.0 Alpha, branch: master, commit date: 2022-05-12 23:29, hash: `rB427a2c920a24`

Please try with File → Defaults → Load Factory Settings to see if you still can reproduce this issue.

Also cannot repro here ``` **System Information** Operating system: Linux-5.13.0-0.rc6.45.fc35.x86_64-x86_64-with-glibc2.34.9000 64 Bits Graphics card: NVIDIA GeForce GTX 970M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 495.44 version: 3.3.0 Alpha, branch: master, commit date: 2022-05-12 23:29, hash: `rB427a2c920a24` ``` Please try with File → Defaults → Load Factory Settings to see if you still can reproduce this issue.
Member

Or it is the same as #97386 which was fixed last Friday, so testing a fresh build from https://builder.blender.org/download/daily/ would also help?

Or it is the same as #97386 which was fixed last Friday, so testing a fresh build from https://builder.blender.org/download/daily/ would also help?
Author

Hi all -- it looks like it may be something with key mapping. If I reset to factory defaults, it works. However, if I change to another keymap, the regression appears to be introduced. Here is a screencast starting with factory defaults and the Blender keymap. If I switch to the Blender 27x keymap, it breaks. If I switch to the Industry Compatible keymap, it breaks. If I switch back to the Blender keymap, it works again. In version: 3.3.0 Alpha, branch: master, commit date: 2022-05-07 04:41, hash: 2a2261d7e1, it works with all three keymaps (and custom keymaps), so the regression occurred sometime after that build.

T98145_Change_Key_Maps.mov

Hi all -- it looks like it may be something with key mapping. If I reset to factory defaults, it works. However, if I change to another keymap, the regression appears to be introduced. Here is a screencast starting with factory defaults and the Blender keymap. If I switch to the Blender 27x keymap, it breaks. If I switch to the Industry Compatible keymap, it breaks. If I switch back to the Blender keymap, it works again. In version: 3.3.0 Alpha, branch: master, commit date: 2022-05-07 04:41, hash: 2a2261d7e193, it works with all three keymaps (and custom keymaps), so the regression occurred sometime after that build. [T98145_Change_Key_Maps.mov](https://archive.blender.org/developer/F13079546/T98145_Change_Key_Maps.mov)
Member

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

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

Thanks for the update. I'm able to confirm with industry compatible keymap.
Checking...

Thanks for the update. I'm able to confirm with industry compatible keymap. Checking...
Member

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Member

Caused by 4c3e91e5f5
@ideasman42 ^

Caused by 4c3e91e5f5 @ideasman42 ^
Pratik Borhade changed title from Regression: Cannot select and move multiple nodes in Shader Editor to Regression: Cannot select and move multiple nodes in Shader Editor (Industry compatible keymap) 2022-05-17 07:44:37 +02:00

This issue was referenced by f68fb81064

This issue was referenced by f68fb8106429b4d6fb3e019940db79c17af94ad6

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Campbell Barton self-assigned this 2022-05-20 08:10:53 +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#98145
No description provided.