Harley Acheson Harley
  • Joined on 2010-03-07
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
Harley Acheson merged pull request blender/blender#127449 2024-09-25 17:59:45 +02:00
Fix #127365: Bisect operator modal keys missing in status bar
Harley Acheson commented on pull request blender/blender#127449 2024-09-25 17:28:59 +02:00
Fix #127365: Bisect operator modal keys missing in status bar

WorkspaceStatus constructor sends a redraw call which replaces the above message with modal keymap.

Ah. Makes sense. Thanks!