Regression: Tooltip missing from open URL preset operator #123735
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
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
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#123735
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: macOS-14.5-arm64-arm-64bit 64 Bits
Graphics card: Metal API Apple M2 Max 1.2
Blender Version
Broken: version: 4.3.0 Alpha, branch: main, commit date: 2024-06-25 12:21, hash:
fb0f4092375f
Worked: 3.6 LTS
Short description of error
The tooltips for open URL presets is missing in recent releases.
Defined in
WM_OT_url_open_preset
inwm.py
.Seems to have broken already in 4.0:
Exact steps for others to reproduce the error
Donate
orWhat's New
buttons.Tooltip missing from open URL preset operatorto Regression: Tooltip missing from open URL preset operatorHi, can confirm. Tooltip of all
preset_items
is missingAppears to be caused by
8b610723b6
@JulianEisel ^
Broke between
264c3e7bd7a6 - 407e2b9f700f
@pablovazquez @JulianEisel
It is likely that what you are wanting here is just how it was before. But, just in case - or if we run out of time - we could just quickly do something like this:
This gets us the description for
WM_OT_url_open_preset
and the url forWM_OT_url_open
I think we can take off 4.2 milestone from this (not so critical) 🙂
Not so critical but I think it's important enough to be fixed soonish (4.3 and backported to LTS), since it was broken not long ago either. Giving context on what the preset is is important.
Indeed, this is still high priority bug.
And, Of course you can add back the 4.2 milestone :)
This is actually caused by
7bc34283ea
. @ideasman42 mind having a look?The situation is a bit confusing, since the tooltip changed multiple times.
7bc34283ea
7bc34283ea
9d0907560a
8b610723b6
The first image is the expected result.