Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson pushed to LargeIconGroups at Harley/blender 2024-09-06 21:26:07 +02:00
7219143a79 UI: Add SVG parent group to two large icons
0e690d3abb UI: Dialog Drag Cursors
458c60269b UI: Hand Cursors
eab640e044 Draw: Batch shader compilation for image render
2952498724 Cleanup: Sculpt: Add debug timing for multires BVH build
Compare 10 commits »
Harley Acheson deleted branch DialogMoveHand from Harley/blender 2024-09-06 20:22:52 +02:00
Harley Acheson merged pull request blender/blender#118358 2024-09-06 20:22:48 +02:00
UI: Dialog Drag Cursors
Harley Acheson pushed to main at blender/blender 2024-09-06 20:22:48 +02:00
0e690d3abb UI: Dialog Drag Cursors
Harley Acheson commented on pull request blender/blender#118358 2024-09-06 19:59:16 +02:00
UI: Dialog Drag Cursors
Harley Acheson pushed to DialogMoveHand at Harley/blender 2024-09-06 19:57:38 +02:00
1a7a59088b Need to show hand closed on press before dragging
773971dfdb Merge branch 'main' of projects.blender.org:blender/blender into DialogMoveHand
458c60269b UI: Hand Cursors
eab640e044 Draw: Batch shader compilation for image render
2952498724 Cleanup: Sculpt: Add debug timing for multires BVH build
Compare 111 commits »
Harley Acheson commented on pull request blender/blender#127172 2024-09-06 19:19:51 +02:00
Fix #127153: Font: Add ".ttc" extension to filter.

@ChengduLittleA

My issues are a bit more fundamental. I'd love to allow CJK users to select TTC/OTC font files again for use as interface font within this release. Doing so though means…

Harley Acheson deleted branch HandCursors from Harley/blender 2024-09-06 19:06:25 +02:00
Harley Acheson merged pull request blender/blender#127164 2024-09-06 19:06:21 +02:00
UI: Hand Cursors
Harley Acheson pushed to main at blender/blender 2024-09-06 19:06:20 +02:00
458c60269b UI: Hand Cursors
Harley Acheson pushed to HandCursors at Harley/blender 2024-09-06 19:02:58 +02:00
487a148582 Merge branch 'main' of projects.blender.org:blender/blender into HandCursors
e991765a83 Fix: incorrect indentation in action editor with layered actions
7cb0e2cd1e Anim: Convert FCurve groups from legacy to layered
dc89c935fa GPv3: Implement Wireframe batch
4948ade694 Overlay-Next: Edit-Mesh measurements
Compare 39 commits »
Harley Acheson commented on pull request blender/blender#127172 2024-09-06 18:46:59 +02:00
Fix #127153: Font: Add ".ttc" extension to filter.

I don't like that this usage of TTC/OTC files has such distinct uses.

In a nutshell CJK language users cannot now select these fonts because other users complained 9 years ago that they cannot…

Harley Acheson commented on pull request blender/blender#127172 2024-09-06 18:34:11 +02:00
Fix #127153: Font: Add ".ttc" extension to filter.

For sure, although I do have some confusion on the various usages and how best to deal with them.

For example to address just allowing a CJK TTC to be used as the interface font. For most uses…

Harley Acheson commented on pull request blender/blender#127172 2024-09-06 18:02:39 +02:00
Fix #127153: Font: Add ".ttc" extension to filter.

@ChengduLittleA

Can we first nail down the use case for this? Is the intent here so that the use can select a TTC for an interface font, or is this for Text Objects or text nodes?

Harley Acheson commented on issue blender/blender#127187 2024-09-06 17:48:44 +02:00
invoke_confirm() will show at the center of the viewport when passing 'message' argument, even if passing the 'default' 'message' value

data->position = (message == nullptr) ? WM_POPUP_POSITION_MOUSE : WM_POPUP_POSITION_CENTER; @Harley : what is the reasoning behind this?

When I was first looking at these things I ended…

Harley Acheson commented on pull request blender/blender#127197 2024-09-06 17:37:39 +02:00
Cleanup: UI: Icons shuffling around

@dfelinto @pablovazquez

That said, one thing I didn't understand from your changes is why did you move the following to the "TOGGLE" category...None of them seem to be used by any RNA_def_pro…

Harley Acheson commented on pull request blender/blender#127164 2024-09-06 04:13:46 +02:00
UI: Hand Cursors
Harley Acheson pushed to HandCursors at Harley/blender 2024-09-06 04:12:52 +02:00
04642de34c For wayland just use move cursor
15a854573c Merge branch 'main' of projects.blender.org:blender/blender into HandCursors
f5b16e474f Fix #127213: crash on undo after unlinking an object in the outliner
97179b10fb Refactor: make "sys_info" an internal module, rename for clarity
73ac0275c6 Fix missing check for "-c" to terminate argument parsing
Compare 60 commits »
Harley Acheson commented on pull request blender/blender#127197 2024-09-06 03:53:08 +02:00
Cleanup: UI: Icons shuffling around

I had to redo this from scratch because I couldn't figure out at what point it failed. We definitely have some code somewhere that is depending on one of these icons or, more likely, depending on…

Harley Acheson pushed to icons-shuffle at dfelinto/blender 2024-09-06 03:50:15 +02:00
4fc17a0917 Fairly similar organization, but less alphabetical sorting.
9a6c22f420 Merge branch 'main' of projects.blender.org:blender/blender into pr127197
e05d55f4c9 Cleanup: Remove unnecessary PBVH free function
c6e426fc8f Refactor: Sculpt: Pass object to sculpt session free function
b8d3de8598 Cleanup: Use accessor function for retrieving PBVH
Compare 25 commits »