Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson pushed to EditorHightlight at Harley/blender 2024-08-15 21:21:48 +02:00
3398421017 Better active area determination. Don't stop highlighting at region edges.
6cb8b10128 Merge branch 'main' of projects.blender.org:blender/blender into EditorHightlight
4333277aa8 Cleanup: Formatting
0adeeae2c7 Fix: Sculpt: Performance regression in expand operator
e7e1fd8a20 Fix: Sculpt: Incorrect overlay visibility check
Compare 84 commits »
Harley Acheson pushed to ExtendedEdgeMove at Harley/blender 2024-08-15 19:02:42 +02:00
300aa31500 Move the edge hit size into #126376
8bbbc3c82c Merge branch 'main' of projects.blender.org:blender/blender into ExtendedEdgeMove
ab26dc5817 Nodes: add operator to get node width from parent
d09fb76caa Docs: Python API: Add section about using attributes
37e86dbf6f Build: Add patch to OIIO fixing Windows ARM64 + clang
Compare 78 commits »
Harley Acheson created pull request blender/blender#126376 2024-08-15 18:19:25 +02:00
UI: Increase the Editor Edge Move Zone Size
Harley Acheson pushed to EdgeMoveZoneSize at Harley/blender 2024-08-15 18:17:42 +02:00
343c616a3a UI: Increase the Editor Edge Move Zone Size
cfe69e32bc Refactor: Sculpt: Require object for position access
58aa349f68 Fix #126354: Cycles: Calculate correct bounds for hair objects
df6034c869 Cleanup: Sculpt: Make positions span const
8903205dd9 Fix: incorrect ffmpeg video length estimation logic
Compare 10 commits »
Harley Acheson created branch EdgeMoveZoneSize in Harley/blender 2024-08-15 18:17:42 +02:00
Harley Acheson commented on pull request blender/blender#116684 2024-08-15 17:17:56 +02:00
UI: Editor Edge Highlighting

I've noticed that the "active" state seems to be gone when there is a resizable region like sidebar, toolbar, properties navigation region, asset shelf tabs, asset shelf content...makes the…

Harley Acheson commented on pull request blender/blender#126344 2024-08-15 02:28:51 +02:00
UI: Multicolor Autokeying Indicator

@dr.sybren

This is the style you wanted originally but I couldn't do at the time since it required two colors. With the recent changes to using SVG icons we can now do multicolor icons that…

Harley Acheson created pull request blender/blender#126344 2024-08-15 02:24:55 +02:00
UI: Multicolor Autokeying Indicator
Harley Acheson pushed to ColorAutoKey at Harley/blender 2024-08-15 02:20:04 +02:00
89e6399c8e UI: Multicolor Autokeying Indicator
Harley Acheson created branch ColorAutoKey in Harley/blender 2024-08-15 02:20:04 +02:00
Harley Acheson commented on pull request blender/blender#126334 2024-08-15 01:22:03 +02:00
UI Test: Allow Changing Editor Outline Width

@HadrienBrissaud - I understand. You're not saying what has been proposed, is it a reduction in line width? an increase?

Oh sorry. I'm fairly certain, but possibly wrong, that in a UI Module…

Harley Acheson commented on pull request blender/blender#126340 2024-08-15 01:17:18 +02:00
UI: Show Splash Version Text in White

Isn't this very dependent on the actual splash image?

Surprisingly no. The splash images are curated and altered for this purpose. Like the "Support Blender Development" and "fund.blender.or…

Harley Acheson commented on pull request blender/blender#126334 2024-08-15 00:52:53 +02:00
UI Test: Allow Changing Editor Outline Width

what really matters about it isn't really the visible outline, but the hitzone for resizing, which (if I understand correctly) is handled separately?

Making the gap larger would definitely…

Harley Acheson created pull request blender/blender#126340 2024-08-15 00:09:55 +02:00
UI: Show Splash Version Text in White
Harley Acheson pushed to SplashVerText at Harley/blender 2024-08-15 00:09:18 +02:00
0bfc4c1b40 UI: Show Splash Version Text in White
717b8c08f3 Fix #125401: Crash when enabling prefetching
Compare 2 commits »
Harley Acheson created branch SplashVerText in Harley/blender 2024-08-15 00:09:18 +02:00
Harley Acheson created pull request blender/blender#126334 2024-08-14 22:53:00 +02:00
UI Test: Allow Changing Editor Outline Width
Harley Acheson created branch BorderWidthTest in Harley/blender 2024-08-14 22:51:34 +02:00
Harley Acheson pushed to BorderWidthTest at Harley/blender 2024-08-14 22:51:34 +02:00
d86562d2c8 UI Test: Allow Changing Editor Outline Width
27bc773c0b Cleanup: Formatting
Compare 2 commits »
Harley Acheson commented on issue blender/blender#124775 2024-08-14 20:40:52 +02:00
VSE: Dragging a sequence of images from the File Browser should add an Image Sequence strip

Sounds like a wonderful experiment. I didn't look too long but couldn't find anything comparable.

We have a WM_drag_get_paths for getting multiple paths from a drag, but not seeing a use of…