Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson merged pull request blender/blender#128097 2024-09-26 17:53:49 +02:00
UI: Automatically Add Some Tooltip Description Periods
Harley Acheson pushed to TooltipAutoPeriods at Harley/blender 2024-09-26 17:30:58 +02:00
95ee625884 Use StringReg.back() as per Hans' suggestion
96a7ca1e2e Merge branch 'main' of projects.blender.org:blender/blender into TooltipAutoPeriods
5c3d215bfc Fix: Geometry Nodes: support Material Selection node for curves
725b5027fb Vulkan: Refactor immediate mode
bcd0d14943 Versioning for layered actions
Compare 41 commits »
Harley Acheson commented on issue blender/blender#128112 2024-09-26 02:40:00 +02:00
Floating text that appears when dragging outliner elements is blurrier than other interface text

I'm not seeing the font size being smaller, in my tests or in the capture above. I'm not seeing any change even if that shadow value is set to 0.

It does look a bit wrong, but so far not seeing…

Harley Acheson commented on pull request blender/blender#128097 2024-09-25 23:04:54 +02:00
UI: Automatically Add Some Tooltip Description Periods

This version removes the word counting, and uses blender::StringRef::not_found

But at also only restores this period-appending to the cases where it was done before. So unlike the earlier…

Harley Acheson pushed to TooltipAutoPeriods at Harley/blender 2024-09-25 22:55:28 +02:00
519fd53ca5 left in an unintended change
Harley Acheson pushed to TooltipAutoPeriods at Harley/blender 2024-09-25 22:52:30 +02:00
7541fb750e Closer to revert of old code
de384d3a43 Merge branch 'main' of projects.blender.org:blender/blender into TooltipAutoPeriods
16550f78ea Cleanup: Sculpt: Consolidate Flatten, Fill, and Scrape brushes
76d4686987 Cleanup: Fix mesh face corner next/prev function descriptions
f90e1b506f Fix: Hide id operator for menus in context menu
Compare 47 commits »
Harley Acheson pushed to main at blender/blender 2024-09-25 21:44:03 +02:00
f90e1b506f Fix: Hide id operator for menus in context menu
Harley Acheson merged pull request blender/blender#128070 2024-09-25 21:44:02 +02:00
Fix: Hide id operator for menus in context menu
Harley Acheson commented on pull request blender/blender#128097 2024-09-25 21:00:11 +02:00
UI: Automatically Add Some Tooltip Description Periods

And this will mean that (eventually) there will be no more automatic addition of any terminal periods

I don't think that's what we concluded in the meeting yesterday. My impression was…

Harley Acheson commented on pull request blender/blender#128070 2024-09-25 20:48:10 +02:00
Fix: Hide id operator for menus in context menu
Harley Acheson commented on issue blender/blender#128118 2024-09-25 20:22:11 +02:00
Error messages get truncated in the modifiers stack

Labels can be displayed as single line unfortunately. While it could be possible to split string in multiple parts and use multiple labels, I am not sure if this can be done precisely enough.…

Harley Acheson merged pull request blender/blender#125675 2024-09-25 18:56:52 +02:00
UI: Color Picker layout rework
Harley Acheson pushed to main at blender/blender 2024-09-25 18:56:50 +02:00
5cfe733f84 UI: Color Picker layout rework
Harley Acheson approved blender/blender#125675 2024-09-25 18:52:28 +02:00
UI: Color Picker layout rework

Awesome!

Harley Acheson commented on pull request blender/blender#128097 2024-09-25 18:37:29 +02:00
UI: Automatically Add Some Tooltip Description Periods

I just wanted to briefly document the impact these changes have had on add-on development, if I may, so you're aware: https://blenderartists.org/t/heres-a-patch-for-the-new-tooltip-problem/154991

Harley Acheson commented on pull request blender/blender#125675 2024-09-25 18:31:00 +02:00
UI: Color Picker layout rework
Harley Acheson commented on pull request blender/blender#125675 2024-09-25 18:28:39 +02:00
UI: Color Picker layout rework

@Brainzman

Such a nice refactor. I especially love the time you took to research some of the old code that could be removed.

Harley Acheson pushed to main at blender/blender 2024-09-25 17:59:50 +02:00
120d2b867b Fix #127365: Bisect operator modal keys missing in status bar
Harley Acheson closed issue blender/blender#127365 2024-09-25 17:59:48 +02:00
Status bar doesn't show modifier keys for Bisect operator unless one of them is pressed