Harley Acheson Harley
  • Joined on 2010-03-07
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 created branch EdgeMoveZoneSize in Harley/blender 2024-08-15 18:17:42 +02:00
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 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…

Harley Acheson pushed to SVGCollectionColors at Harley/blender 2024-08-14 20:27:52 +02:00
6bb8294c67 A little less contrasty. Better on light theme I think
cdba91a617 Merge branch 'main' of projects.blender.org:blender/blender into SVGCollectionColors
e04707bf2a Cleanup: Sculpt: Remove last usage of PBVHVertRef visibility function
70a24258c6 Sculpt: Remove unused positions array copy with some deform modifiers
92d935a205 Build: Ambiguous call to isfinite for MSVC 17.11
Compare 33 commits »
Harley Acheson commented on pull request blender/blender#126224 2024-08-14 20:04:37 +02:00
Fix: UI: Wrong single editor window titles due to unset area sub-spacetype

@Brainzman

I can definitely see why this error (of mine) occurs and it makes sense that this PR fixes it.

What makes me nervous though isn't your changes but our existing code, and this…