Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson pushed to main at blender/blender 2024-09-30 22:18:14 +02:00
89d7f00ff8 UI: Fix Editor Highlight Top Bar
Harley Acheson merged pull request blender/blender#128394 2024-09-30 22:18:14 +02:00
UI: Fix Editor Highlight Top Bar
Harley Acheson commented on pull request blender/blender#128394 2024-09-30 21:07:00 +02:00
UI: Fix Editor Highlight Top Bar
Harley Acheson pushed to FixHighlight at Harley/blender 2024-09-30 21:06:43 +02:00
c722029fb5 Merge branch 'main' of projects.blender.org:blender/blender into FixHighlight
5bb7f06409 Fix #127825: Do Not Clear Recent Item If File Not Found
Compare 2 commits »
Harley Acheson pushed to main at blender/blender 2024-09-30 21:03:33 +02:00
5bb7f06409 Fix #127825: Do Not Clear Recent Item If File Not Found
Harley Acheson deleted branch Fix127825 from Harley/blender 2024-09-30 21:03:32 +02:00
Harley Acheson closed issue blender/blender#127825 2024-09-30 21:03:31 +02:00
Recent files list and off-line storage behaviour
Harley Acheson merged pull request blender/blender#127882 2024-09-30 21:03:29 +02:00
Fix #127825: Do Not Clear Recent Item If File Not Found
Harley Acheson created pull request blender/blender#128394 2024-09-30 21:02:17 +02:00
UI: Fix Editor Highlight Top Bar
Harley Acheson created branch FixHighlight in Harley/blender 2024-09-30 21:01:11 +02:00
Harley Acheson pushed to FixHighlight at Harley/blender 2024-09-30 21:01:11 +02:00
b52da9a091 UI: Fix Editor Highlight Top Bar
ee348d2bff Fix: missing grease pencil data after duplicate elements or realizing instancecs
60bb3b6677 Fix #124737: Scale To Render size is not precise
d601c21f2f UI: Use Grease Pencil object icon for Dope Sheet
1b392ef016 Fix #127093: Kuwahara node produces NaNs
Compare 10 commits »
Harley Acheson pushed to main at Harley/.profile 2024-09-30 05:37:51 +02:00
b7657fafa8 Update reports/2024.md
Harley Acheson pushed to ComplexShaping at Harley/blender 2024-09-29 20:11:43 +02:00
59efe82355 cleanup
Harley Acheson pushed to ComplexShaping at Harley/blender 2024-09-29 19:27:15 +02:00
12af6843d7 some cleanup and simplification
ac6ba042ea Merge branch 'main' of projects.blender.org:blender/blender into ComplexShaping
012b0ec528 Fix #128262: Fix alignment in Grease Pencil layer tree view
774bf48925 Fix: Build error without OpenVDB
9c8c786a05 Fix error in studiolight preview
Compare 5 commits »
Harley Acheson pushed to ComplexShaping at Harley/blender 2024-09-29 17:58:20 +02:00
55eb1c4336 Merge branch 'main' of projects.blender.org:blender/blender into ComplexShaping
68c3517871 Fix: 'Snap to Grid' defaults to 'Center' instead of 'Median' when 'Closest' is selected
d24483e0cf Geometry: Use StringRef for vertex group lookup
68be2d9af1 Cleanup: Add helper function to access vertex group index from name
751e009898 Cleanup: Remove unused variables in USD attribute writing
Compare 1185 commits »
Harley Acheson commented on pull request blender/blender#112048 2024-09-27 21:42:55 +02:00
Fix: Inconsistent input drag color pick in Circle HSV input

Yes, I see. But no idea if the preferred behavior is to always set the position on click even if shift is down. Even with that bug that behavior of allowing the fine adjustment of the existing…

Harley Acheson commented on pull request blender/blender#112048 2024-09-27 20:26:20 +02:00
Fix: Inconsistent input drag color pick in Circle HSV input

I'm not certain why there is this change of behavior for the color position with shift held. Current behavior allows fine changes from the current color position, while this moves the color to…

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

@ideasman42

We have time to plan and do this as best as possible. I don't think I could do this within 4.3 because of the additional work needed to tweak the SVG files so that their internal…

Harley Acheson commented on pull request blender/blender#128243 2024-09-27 17:57:08 +02:00
Fix #128231: Wrong padding for gizmo and menu tooltips

Good find. That "is_pad" only adds a space above the item being added, so shouldn't happen for UI_TIP_STYLE_HEADER.

Note for the change in ui_tooltip_data_from_gizmo (1178) you could just…