Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson commented on pull request blender/blender#116684 2024-09-17 18:51:23 +02:00
UI: Editor Edge Highlighting

@pablovazquez - I was thinking about this the other day and how it feels connected to the new docking in the upcoming 4.3 release, and that it'd be nice to introduce both concepts in the same…

Harley Acheson commented on pull request blender/blender#125378 2024-09-17 18:24:06 +02:00
WIP: UI: Use SVG Icons for Tools

@ideasman42

Sorry I had to force-push this; there were just too many changes to "space_toolsystem_toolbar.py". This simplifies things a by by not changing anything in "space_toolsystem_toolbar.…

Harley Acheson pushed to ToolSVGIcons at Harley/blender 2024-09-17 18:11:54 +02:00
940f6ce4f8 Separate CMake list for the tool icon files
Harley Acheson pushed to ToolSVGIcons at Harley/blender 2024-09-17 17:47:52 +02:00
eb6049d06c Need to force update (too many changes to space_toolsystem_toolbar.py)
37c0e3668e Fix (unreported) broken IPO to FCurve versionning code.
4fcad1858a Libs: Win64: hiprt 83e18cc9c3
dceccfda5a BLI: support mod_periodic on integer types
b0a9e45cb5 Build: Add HIP-RT libraries to dependencies builder
Compare 854 commits »
Harley Acheson commented on pull request blender/blender#125378 2024-09-17 17:28:19 +02:00
WIP: UI: Use SVG Icons for Tools

No, these changes are INSIDE ToolSelectPanelHelper._icon_value_from_icon_handle so the existing callers of this can continue to use it. But I changed this one line to make it more obvious that…

Harley Acheson commented on pull request blender/blender#119072 2024-09-17 00:50:00 +02:00
WIP: UI: Preferences Search

@HooglyBoogly

This is that WIP PR we talked about. It started as me just blindly copying your similar work for Properties, and it seems to work a bit. I updated the first capture to show it…

Harley Acheson pushed to PreferencesSearch at Harley/blender 2024-09-17 00:41:19 +02:00
a91fbcfa7b Updated to the current state of main
28c1dadea2 Merge branch 'main' of projects.blender.org:blender/blender into PreferencesSearch
210dfd316a Refactor: Sculpt: Specialize IK chain FK face set calculation
0c02840a46 Fix: Incorrect debug assert in average_data_grids
8c98fcc1f1 Fix: Grease pencil vertex paint brush tool not showing
Compare 7393 commits »
Harley Acheson commented on pull request blender/blender#126379 2024-09-17 00:09:15 +02:00
Fix: Interactive Docking modal operator re-run glitch

The odd thing here is that is does just seem like a bug. wm_window_ghostwindow_add currently does call GHOST_GetWindowState but then only updates the win's sizex and sizey. Seems a bit odd to…

Harley Acheson pushed to ExtendedEdgeMove at Harley/blender 2024-09-16 23:52:55 +02:00
a10d4504bc Forced update because of too many changes to main.
210dfd316a Refactor: Sculpt: Specialize IK chain FK face set calculation
0c02840a46 Fix: Incorrect debug assert in average_data_grids
8c98fcc1f1 Fix: Grease pencil vertex paint brush tool not showing
d28956ab99 Tools: Add BPY tool definition option for brush type
Compare 985 commits »
Harley Acheson pushed to EditorHightlight at Harley/blender 2024-09-16 23:24:34 +02:00
413b8c6dce Have to force updated - too many changes in main
210dfd316a Refactor: Sculpt: Specialize IK chain FK face set calculation
0c02840a46 Fix: Incorrect debug assert in average_data_grids
8c98fcc1f1 Fix: Grease pencil vertex paint brush tool not showing
d28956ab99 Tools: Add BPY tool definition option for brush type
Compare 679 commits »
Harley Acheson commented on pull request blender/blender#126379 2024-09-16 22:52:00 +02:00
Fix: Interactive Docking modal operator re-run glitch

@Brainzman

Okay, that sample blend of yours was really interesting...

The "posx" and "posy" of the window containing Timeline is not correct. If you move or resize that window then Blender…

Harley Acheson commented on pull request blender/blender#127086 2024-09-16 21:33:01 +02:00
WIP: UI: Icons in ID Search List (Alt)

@pablovazquez

This now shows the icons in the order you specified. And this no longer forces them all on, so shows them only if applicable now.

The name and library names should truncate…

Harley Acheson pushed to IDSearchIcons2 at Harley/blender 2024-09-16 21:28:56 +02:00
a2f89a151a Different icon order, better alignment and string clipping.
017afbc680 Merge branch 'main' of projects.blender.org:blender/blender into IDSearchIcons2
8c98fcc1f1 Fix: Grease pencil vertex paint brush tool not showing
d28956ab99 Tools: Add BPY tool definition option for brush type
12fe0dd0cf Anim: make action/slot assignment code more generic
Compare 83 commits »
Harley Acheson commented on pull request blender/blender#127086 2024-09-16 20:25:49 +02:00
WIP: UI: Icons in ID Search List (Alt)

Yes, I didn't really do any work for what happens when the name is clipped while also having a library name. Right now the two things are considered together, along with the block width. To do…

Harley Acheson commented on issue blender/blender#127634 2024-09-16 19:58:22 +02:00
Font rendering problems

We definitely have issues in our display of the curves that we get from fonts for text objects, and we have similar issues when triangulating these curves into mesh objects.

Some fonts work…

Harley Acheson pushed to main at Harley/.profile 2024-09-15 21:44:47 +02:00
02d05b7fd0 Update reports/2024.md
Harley Acheson deleted branch TextCaretPlacement from Harley/blender 2024-09-15 21:44:14 +02:00
Harley Acheson merged pull request blender/blender#127662 2024-09-15 21:44:10 +02:00
UI: Small Corrections to Text Caret Placement
Harley Acheson pushed to main at blender/blender 2024-09-15 21:44:09 +02:00
2278f8eb1b UI: Small Corrections to Text Caret Placement