VSE: Fix glitchy handle select for adjacent strips #124708

Merged
Richard Antalik merged 1 commits from eliphaz/blender:vse-fix-glitchy-handle-sel into main 2024-07-16 12:25:30 +02:00

For very small hotspot regions when trying to select handles on adjacent
strips, selection can sometimes jump to the strip farthest away from the
current mouse cursor position. This happens regardless of "Tweak
Handles" setting, but is most noticeable when it is off.

In the case that two strips are selected at once (which is possible
because internally strip handles are shifted away from the strip body by
a third of the handle size), mouseover_strips_sorted_get attempts to
sort these strips to maintain priority, but the logic was backwards --
fix the glitch by sorting strips such that the first strip in the
Vector is always the strip closest to the mouse cursor.

Before After
glitchy-handle-select-before.gif glitchy-handle-select-after.gif
For very small hotspot regions when trying to select handles on adjacent strips, selection can sometimes jump to the strip farthest away from the current mouse cursor position. This happens regardless of "Tweak Handles" setting, but is most noticeable when it is off. In the case that two strips are selected at once (which is possible because internally strip handles are shifted away from the strip body by a third of the handle size), `mouseover_strips_sorted_get` attempts to sort these strips to maintain priority, but the logic was backwards -- fix the glitch by sorting strips such that the first strip in the `Vector` is always the strip closest to the mouse cursor. |Before|After| |---|---| |![glitchy-handle-select-before.gif](/attachments/e2609b92-998b-4cdd-bafe-06b4bc28fb45)|![glitchy-handle-select-after.gif](/attachments/4b3b0b02-a59c-4ae9-b7cd-12e118a93e9b)|
John Kiril Swenson added 1 commit 2024-07-15 06:15:13 +02:00
For very small hotspot regions when trying to select handles on adjacent
strips, selection can sometimes jump to the strip farthest away from the
current mouse cursor position. This happens regardless of "Tweak
Handles" setting, but is most noticeable when it is off.

In the case that two strips are selected at once (which is possible
because internally strip handles are shifted away from the strip body by
a third of the handle size), `mouseover_strips_sorted_get` attempts to
sort these strips to maintain priority, but the logic was backwards --
fix the glitch by sorting strips such that the first strip in the
`Vector` is always the strip closest to the mouse cursor.
John Kiril Swenson requested review from Aras Pranckevicius 2024-07-15 06:15:52 +02:00
John Kiril Swenson requested review from Richard Antalik 2024-07-15 07:19:24 +02:00
Aras Pranckevicius approved these changes 2024-07-15 08:56:25 +02:00
Aras Pranckevicius left a comment
Member

Nice catch!

Nice catch!
Richard Antalik approved these changes 2024-07-16 11:33:15 +02:00
Richard Antalik merged commit 471a148666 into main 2024-07-16 12:25:30 +02:00
John Kiril Swenson deleted branch vse-fix-glitchy-handle-sel 2024-07-16 20:04:24 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
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
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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#124708
No description provided.