445079967347669f078f7d7d67547c8ae88f8005
Slight displacement in mouse position triggers timer reset (pass=1). With such condition, new redraw call to tooltip sets non zero timer value (`r_pass_delay`) and `is_label=true` inside `ui_but_tooltip_init`. This label boolean further skips drawing of description (for example, see: `ui_tooltip_data_from_tool`). To resolve this situation, inside timer_reset function keep `pass=0` when tooltip region exists (i.e label is already visible on tooltip) Pull Request: https://projects.blender.org/blender/blender/pulls/133258
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
