Harley Acheson Harley
  • Joined on 2010-03-07
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
Harley Acheson pushed to Win32ClipboardImageFilePath at Harley/blender 2024-09-18 01:43:45 +02:00
4a37ad1756 UI: Win32 - Clipboard Image Page from File Path
51e9a36c2f Cycles: oneAPI: build binaries for Lunar Lake GPUs
9db50bed04 Fix: Geometry Nodes: use better hash for InstanceReference
Compare 3 commits »
Harley Acheson created pull request blender/blender#127780 2024-09-17 23:46:21 +02:00
Refactor: Allow any icons for RNA_def_property_ui_icon
Harley Acheson pushed to PropertyAltIcon at Harley/blender 2024-09-17 23:45:37 +02:00
7224fcd015 Refactor: Allow any icons for RNA_def_property_ui_icon
2ba69519a8 Fix #127678: Auto-Save Preferences does not work for few anim properties
6b63fa8f85 GPv3: Interpolate Sequence operator
d15681a459 Sculpt: Extract deformation position data and logic to a class
b2ce5393ad Cleanup: Sculpt: Remove unused automasking function
Compare 10 commits »
Harley Acheson created branch PropertyAltIcon in Harley/blender 2024-09-17 23:45:36 +02:00
Harley Acheson commented on pull request blender/blender#126379 2024-09-17 21:28:14 +02:00
Fix: Interactive Docking modal operator re-run glitch

@Brainzman

For this specific issue, of the operator being re-run after a window is closed, I think this might be all we need:

diff --git a/source/blender/editors/screen/screen_ops.cc…
Harley Acheson pushed to main at blender/blender 2024-09-17 20:31:34 +02:00
2ba69519a8 Fix #127678: Auto-Save Preferences does not work for few anim properties
Harley Acheson closed issue blender/blender#127678 2024-09-17 20:31:32 +02:00
"Auto-Save Preferences" does not work in all preference menus
Harley Acheson merged pull request blender/blender#127754 2024-09-17 20:31:30 +02:00
Fix #127678: Auto-Save Preferences does not work for few anim properties
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…