Fix #104026: Click-Drag to select graph editor channels no longer working #104505

Merged
Christoph Lendenfeld merged 9 commits from ChrisLend/blender:channels_box_select into main 2023-02-10 11:36:03 +01:00

Box-Selecting channels in the dope sheet with click-drag was no longer possible as of Blender 3.2

Due to the removal of tweak events the box select operator was always shadowed by the click operator.

Original Phabricator discussion here: https://archive.blender.org/developer/D17065

Use WM_operator_flag_only_pass_through_on_press on click operator to fix it

Box-Selecting channels in the dope sheet with click-drag was no longer possible as of Blender 3.2 Due to the removal of tweak events the box select operator was always shadowed by the click operator. Original Phabricator discussion here: https://archive.blender.org/developer/D17065 Use `WM_operator_flag_only_pass_through_on_press` on click operator to fix it
Christoph Lendenfeld added 8 commits 2023-02-09 12:16:19 +01:00
Christoph Lendenfeld requested review from Sybren A. Stüvel 2023-02-09 12:16:50 +01:00
Christoph Lendenfeld requested review from Campbell Barton 2023-02-09 12:16:50 +01:00
Christoph Lendenfeld added the
Module
Animation & Rigging
label 2023-02-09 12:17:07 +01:00
Christoph Lendenfeld changed title from Fix T104026: Click-Drag to select graph editor channels no longer working to Fix #104026: Click-Drag to select graph editor channels no longer working 2023-02-09 12:20:29 +01:00
Christoph Lendenfeld added a new dependency 2023-02-09 12:21:32 +01:00
Christoph Lendenfeld removed a dependency 2023-02-09 12:21:36 +01:00
Campbell Barton approved these changes 2023-02-09 12:42:14 +01:00
Campbell Barton left a comment
Owner

The change it's self is fine (although I think ultimately this should not mix box-select with click-select).

However the patch description doesn't follow the commit message guidelines.

The change it's self is fine (although I think ultimately this should not mix box-select with click-select). However the patch description doesn't follow the commit message guidelines.
Author
Member

Tweaked the description.
But I am unsure what about it wasn't following the guidelines.

Tweaked the description. But I am unsure what about it wasn't following the guidelines.

Tweaked the description.
But I am unsure what about it wasn't following the guidelines.

The guidelines note:

Commit messages should use American English suitable for technical documentation.

The style was informal and didn't give much context, including "TL;DR" for example seemed out of place to me.

Note that:

Due to changes to tweak events

Should be replaces with:

Due to removal of tweak events

> Tweaked the description. > But I am unsure what about it wasn't following the guidelines. The guidelines note: > Commit messages should use American English suitable for technical documentation. The style was informal and didn't give much context, including "TL;DR" for example seemed out of place to me. Note that: > Due to changes to tweak events Should be replaces with: > Due to removal of tweak events
Sybren A. Stüvel approved these changes 2023-02-10 11:29:29 +01:00
Sybren A. Stüvel left a comment
Member

LGTM, thanks!

LGTM, thanks!
Christoph Lendenfeld added 1 commit 2023-02-10 11:33:32 +01:00
Christoph Lendenfeld merged commit 51ceeb506f into main 2023-02-10 11:36:03 +01:00
Christoph Lendenfeld deleted branch channels_box_select 2023-02-10 11:36:03 +01: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
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#104505
No description provided.