Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson deleted branch Fix127438 from Harley/blender 2024-09-11 20:26:28 +02:00
Harley Acheson pushed to main at blender/blender 2024-09-11 20:26:27 +02:00
442fd1925e Fix #127438: Don't Show Menu Drag Cursor Over Content
Harley Acheson closed issue blender/blender#127438 2024-09-11 20:26:25 +02:00
UI: Strange cursor behavior on popup menus
Harley Acheson merged pull request blender/blender#127465 2024-09-11 20:26:24 +02:00
Fix #127438: Don't Show Menu Drag Cursor Over Content
Harley Acheson created pull request blender/blender#127465 2024-09-11 19:59:29 +02:00
Fix #127438: Don't Show Menu Drag Cursor Over Content
Harley Acheson created branch Fix127438 in Harley/blender 2024-09-11 19:58:43 +02:00
Harley Acheson pushed to Fix127438 at Harley/blender 2024-09-11 19:58:43 +02:00
f6e5783478 Fix #127438: Don't Show Menu Drag Cursor Over Content
56db2d393d Cycles: oneAPI: use ocloc 101.5972 on Windows
473711b579 Build: avoid compiling Intel GPU binaries if no devices are set
30724ddecd Overlay-Next: Fade
7fc7462890 Fix #127448: mesh boolean node stops gizmos from working
Compare 10 commits »
Harley Acheson commented on pull request blender/blender#127290 2024-09-11 17:40:07 +02:00
WIP: Support for TTC/OTC and Text Object Styles

I think I may be able to poke around in freetype code and see if I could do anything about it 😅 or just submit an issue to them)

It isn't a failing of theirs but a deliberate thing. They…

Harley Acheson commented on pull request blender/blender#127449 2024-09-11 17:26:49 +02:00
Fix #127365: Bisect operator modal keys missing in status bar

I think this gives the same result while matching the pattern used elsewhere. At least it looks like it me with my feeble bisect-testing skills.

diff --git a/source/blender/editors/mesh/…
Harley Acheson commented on pull request blender/blender#126379 2024-09-11 02:28:09 +02:00
Fix: Interactive Docking modal operator re-run glitch

@Jonas,

I'm sure this is separate issue, but I'd love for you to confirm that you see the same thing....

When I launch that "repro.blend" on my computer I get three windows, a main window on…

Harley Acheson commented on pull request blender/blender#127005 2024-09-11 01:14:14 +02:00
UI: Status Bar During Non-Operator UI Interaction

@pablovazquez

I think this clears the status bar in the times you want them cleared.

  • Entering text into text inputs
  • Entering values into number inputs
  • While dragging numbers and…
Harley Acheson pushed to StatusBarUIClear at Harley/blender 2024-09-11 00:48:06 +02:00
aabc264c7c unwanted printf
Harley Acheson pushed to StatusBarUIClear at Harley/blender 2024-09-11 00:45:19 +02:00
22f59c2b81 Clear more placed. Don't show ctrl-c, etc
Harley Acheson pushed to StatusBarUIClear at Harley/blender 2024-09-11 00:44:01 +02:00
a10c341aa2 Merge branch 'main' of projects.blender.org:blender/blender into StatusBarUIClear
a8137e62c6 Fix #127382: Area docking crash with Action editor
853269aeb0 Sculpt: Make multires BVH build similar to mesh
9ee86c589d UI: Add SVG Parent Group to Two More Icons
0b7090ca37 BKE: Utilities to create curves and point clouds without attributes
Compare 306 commits »
Harley Acheson pushed to main at blender/blender 2024-09-10 23:29:53 +02:00
a8137e62c6 Fix #127382: Area docking crash with Action editor
Harley Acheson closed issue blender/blender#127382 2024-09-10 23:29:51 +02:00
Area docking crash with Action editor
Harley Acheson merged pull request blender/blender#127402 2024-09-10 23:29:50 +02:00
Fix #127382: Area docking crash with Action editor
Harley Acheson approved blender/blender#127402 2024-09-10 23:29:11 +02:00
Fix #127382: Area docking crash with Action editor

Well spotted. Thanks!