Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson merged pull request blender/blender#126379 2024-09-19 00:47:55 +02:00
Fix: Interactive Docking modal operator re-run glitch
Harley Acheson pushed to main at blender/blender 2024-09-19 00:47:54 +02:00
aa5385f648 Fix: Interactive Docking modal operator re-run glitch
Harley Acheson pushed to fix-bad-docking-modal at Brainzman/blender 2024-09-19 00:21:39 +02:00
2221b6c743 Merge branch 'main' of projects.blender.org:blender/blender into pr126379
3ca97f8c5c Fix #127671: Multiplane scrape causes parts of mesh to disappear
Compare 2 commits »
Harley Acheson pushed to IDSearchIcons2 at Harley/blender 2024-09-19 00:10:08 +02:00
06b8efb3c7 Merge branch 'main' of projects.blender.org:blender/blender into IDSearchIcons2
00aedc065b Fix: Mask from Cavity did not call .finish after applying mask
e3fc40dfc3 Cleanup: Sculpt: Remove unused PBVHVertRef functions
dcb3391e10 Refactor: Sculpt: Specialize expand face set and boundary access
9562056f50 Cleanup: Sculpt: Remove unused PBVHVertRef functions
Compare 69 commits »
Harley Acheson commented on pull request blender/blender#126379 2024-09-19 00:07:37 +02:00
Fix: Interactive Docking modal operator re-run glitch

@Brainzman

Taking a better look at the overall window restore logic your patch seems to actually perfectly address the issue, as unlike I originally thought above, window size/position…

Harley Acheson commented on pull request blender/blender#127290 2024-09-18 23:05:34 +02:00
WIP: Support for TTC/OTC and Text Object Styles

@ChengduLittleA

I made a PR for testing that allows selecting the face from a list in Preferences. blender/blender#127817

Harley Acheson created pull request blender/blender#127817 2024-09-18 23:03:44 +02:00
UI Test: CJK TTC Face Selection
Harley Acheson pushed to FontFaceCJK at Harley/blender 2024-09-18 22:56:28 +02:00
a16e1384d9 UI Test: CJK TTC Face Selection
0d76071289 Build: Add option to remove stale files from checkout
Compare 2 commits »
Harley Acheson created branch FontFaceCJK in Harley/blender 2024-09-18 22:56:28 +02:00
Harley Acheson created pull request blender/blender#127810 2024-09-18 18:00:18 +02:00
UI: Area Docking as Regular Feature, Not Experimental
Harley Acheson pushed to DockingNotExperimental at Harley/blender 2024-09-18 17:59:47 +02:00
275ee736c8 UI: Area Docking as Regular Feature, Not Experimental
4a45ae7393 Nodes: rename "unavailable" to "available" in node declaration
711313a054 Fix: Sculpt: Mask gesture crash with multires
f52819c044 Cleanup: Sculpt: Simplify grids indexing in two places
50f2857b1a Fix #127793: Crash on startup on macOS 15
Compare 10 commits »
Harley Acheson created branch DockingNotExperimental in Harley/blender 2024-09-18 17:59:46 +02:00
Harley Acheson commented on pull request blender/blender#127782 2024-09-18 03:41:25 +02:00
UI: Win32 - Clipboard Image Paste from File Path

Seems like GHOST_SystemWayland.cc and GHOST_SystemCocoa.mm all do the ImBuf -> raw array dance. A 4k image is still 64 MB, so probably still pretty fast but not as free as it could be.

Oh no,…

Harley Acheson commented on pull request blender/blender#127782 2024-09-18 03:10:19 +02:00
UI: Win32 - Clipboard Image Paste from File Path
Harley Acheson pushed to Win32ClipboardImageFilePath at Harley/blender 2024-09-18 03:09:41 +02:00
221d0cf2ea Cleanup
Harley Acheson commented on pull request blender/blender#127782 2024-09-18 02:46:55 +02:00
UI: Win32 - Clipboard Image Paste from File Path

Is this a GHOST interface limitation with not being allowed to just pass back an ImBuf in some way?

I think the idea was that this doesn't require the ghost backends to know about ImBuf. …

Harley Acheson created pull request blender/blender#127782 2024-09-18 01:47:03 +02:00
UI: Win32 - Clipboard Image Page from File Path
Harley Acheson created branch Win32ClipboardImageFilePath in Harley/blender 2024-09-18 01:43:45 +02:00