Incorrect tooltip when hovering over the Corner Pin widget #66765

Open
opened 2019-07-12 15:03:55 +02:00 by Germano Cavalcante · 11 comments

Blender Version
Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-07-11 11:00, hash: d663048696
Worked: (optional)

Short description of error
The tooltip when hovering over the Corner Pin widget is identical to the one when hovering over the vector inputs, "Input value for an unconnected socket." While accurate for the vector inputs, I don't think it is correct for the widget.
tooltip.png

Exact steps for others to reproduce the error

  1. Create a new default file;
  2. Go to the compositor;
  3. Enable nodes;
  4. Add a viewer node (this allows you to resize and test different sizes for the Corner Pin Gizmo);
  5. Add a Corner Pin node;
  6. See the Corner Pin widget tooltip.
**Blender Version** Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-07-11 11:00, hash: `d663048696` Worked: (optional) **Short description of error** The tooltip when hovering over the `Corner Pin` widget is identical to the one when hovering over the vector inputs, "Input value for an unconnected socket." While accurate for the vector inputs, I don't think it is correct for the widget. ![tooltip.png](https://archive.blender.org/developer/F7597980/tooltip.png) **Exact steps for others to reproduce the error** 1. Create a new default file; 2. Go to the compositor; 3. Enable nodes; 4. Add a viewer node (this allows you to resize and test different sizes for the `Corner Pin` Gizmo); 5. Add a `Corner Pin` node; 6. See the `Corner Pin` widget tooltip.
Author
Member

Added subscriber: @mano-wii

Added subscriber: @mano-wii
Germano Cavalcante self-assigned this 2019-07-12 15:07:40 +02:00
Author
Member

Added subscriber: @EAW

Added subscriber: @EAW
Author
Member

Original report by @EAW

Original report by @EAW
Germano Cavalcante was unassigned by Dalai Felinto 2019-12-23 16:33:48 +01:00
Member

Added subscriber: @JacquesLucke

Added subscriber: @JacquesLucke
Member

Gizmos seem to use the same tooltip as the property they control (see how RNA_property_ui_description is called in ui_tooltip_data_from_gizmo).

The main problem here is that node sockets don't have their own tooltips currently.

Gizmos seem to use the same tooltip as the property they control (see how `RNA_property_ui_description` is called in `ui_tooltip_data_from_gizmo`). The main problem here is that node sockets don't have their own tooltips currently.
Author
Member

I imagine that this should be marked as Known Issue then.

I'm still not sure why socket properties always have the same description.
Maybe we could use the name of the property instead of the description? (But that would be a hack).

I imagine that this should be marked as `Known Issue` then. I'm still not sure why socket properties always have the same description. Maybe we could use the name of the property instead of the description? (But that would be a hack).
Member

Yeah, I think this should be a Known Issue.

All sockets have the same description, because currently sockets do not know which node they belong to. It's just the way they are defined in RNA currenlty...

Yeah, I think this should be a `Known Issue`. All sockets have the same description, because currently sockets do not know which node they belong to. It's just the way they are defined in RNA currenlty...
Member

Added subscriber: @JulianEisel

Added subscriber: @JulianEisel

This issue was referenced by 484a914647

This issue was referenced by 484a9146479e05946d291e9886cdf3febca6d05d

Added subscriber: @MariusEugenMihai

Added subscriber: @MariusEugenMihai

Added subscriber: @ralphw

Added subscriber: @ralphw
Philipp Oeser removed the
Interest
Nodes & Physics
label 2023-02-10 08:47:55 +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
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#66765
No description provided.