Fix #113008: VIEW3D Header Overlap With No Transparency #113032

Merged
Harley Acheson merged 1 commits from Harley/blender:Fix113008 into blender-v4.0-release 2023-10-09 18:55:27 +02:00
Member

Do not treat the VIEW3D Header as overlapped if fully opaque. This
allows opening the Header Context menu from any part of it when without
transparency.


This just makes the VIEW3D return false for ED_region_is_overlap if the header color is not fully opaque. That way you can right-click anywhere on it to get the header context menu.

Note that we cache this state in region->overlap. So a potential problem is that this will not get updated if you change the header opacity while blender is running. This problem is already commented as "set here, assuming userpref switching forces to call this again." This is why this PR changes the RNA_def_property_update for the change of header color so that it forces a redraw (just like changing use_region_overlap).

Note that the tool header has to always be overlapped, no matter what the header color, since we need to click through the empty portions of it.

Do not treat the VIEW3D Header as overlapped if fully opaque. This allows opening the Header Context menu from any part of it when without transparency. --- This just makes the VIEW3D return false for `ED_region_is_overlap` if the header color is not fully opaque. That way you can right-click anywhere on it to get the header context menu. Note that we cache this state in `region->overlap`. So a potential problem is that this will not get updated if you change the header opacity while blender is running. This problem is already commented as "set here, assuming userpref switching forces to call this again." This is why this PR changes the `RNA_def_property_update` for the change of header color so that it forces a redraw (just like changing use_region_overlap). Note that the _tool header_ has to always be overlapped, no matter what the header color, since we need to click through the empty portions of it.
Harley Acheson added 1 commit 2023-09-28 21:50:09 +02:00
3dffeb9892 Fix #113008: 3DView Header Overlap With No Transparency
Do not treat the 3DView Header as overlapped if fully opaque. This
allows opening the Header Context menu from any part of it when without
transparency.
Harley Acheson added this to the User Interface project 2023-09-28 21:50:18 +02:00
Harley Acheson requested review from Julian Eisel 2023-09-28 21:50:25 +02:00
Harley Acheson merged commit ec59d5eac0 into blender-v4.0-release 2023-10-09 18:55:27 +02:00
Harley Acheson deleted branch Fix113008 2023-10-09 18:55:31 +02:00
Sign in to join this conversation.
No reviewers
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
2 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#113032
No description provided.