Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson commented on pull request blender/blender#118358 2024-09-04 21:05:13 +02:00
UI: Dialog Drag Cursors

@pablovazquez

This might need some more testing as I changed a bit

This now supports using two separate cursors for hover versus drag. Of course both are now set to the same one, but this…

Harley Acheson pushed to DialogMoveHand at Harley/blender 2024-09-04 20:59:27 +02:00
09a62b82ab Updated to main. Allows multiple cursors. Can drag splash.
89095826fd Fix: Debug build error after recent cleanup
d84522390c Sculpt: Ignore sharp faces when building BVH tree
d7d19ec297 Sculpt: Push multiple undo nodes at once for some operations
c21ec8221d Refactor: Sculpt: Split mesh and grids undo data storage
Compare 7659 commits »
Harley Acheson commented on pull request blender/blender#127024 2024-09-04 20:02:55 +02:00
UI: Clear Recent Cleanup Option
Harley Acheson pushed to ClearRecentMissing at Harley/blender 2024-09-04 20:02:17 +02:00
b4adee8c94 Merge branch 'main' of projects.blender.org:blender/blender into ClearRecentMissing
89095826fd Fix: Debug build error after recent cleanup
d84522390c Sculpt: Ignore sharp faces when building BVH tree
Compare 3 commits »
Harley Acheson commented on pull request blender/blender#127024 2024-09-04 19:45:54 +02:00
UI: Clear Recent Cleanup Option
Harley Acheson pushed to ClearRecentMissing at Harley/blender 2024-09-04 19:43:12 +02:00
18113742c0 Cleanup
042c47bc36 Merge branch 'main' of projects.blender.org:blender/blender into ClearRecentMissing
d7d19ec297 Sculpt: Push multiple undo nodes at once for some operations
c21ec8221d Refactor: Sculpt: Split mesh and grids undo data storage
b14badf3ea Cleanup: Subdiv: Use Span and float3 for vertex positions
Compare 10 commits »
Harley Acheson commented on pull request blender/blender#118358 2024-09-04 19:32:14 +02:00
UI: Dialog Drag Cursors

@pablovazquez - Could we update this one to main?

Will do. Is that cursor correct on Mac though? I thought it uses open hand before dragging, but closed hand while dragging? We could…

Harley Acheson commented on pull request blender/blender#126898 2024-09-04 19:22:15 +02:00
UI: Docking Drag Mouse Cursor

@pablovazquez

This PR should make a tooltip that exactly matches your mockup...

image

Placement of the mouse cursor should match…

Harley Acheson pushed to DockingDragCursor at Harley/blender 2024-09-04 19:14:10 +02:00
92dabd7e53 Match Pablo's mockup
3c78c2dbf4 Merge branch 'main' of projects.blender.org:blender/blender into DockingDragCursor
d601bf7e3d Sculpt: Restructure PBVH drawing to avoid overhead
1fe7feb4ec Refactor: Sculpt: Make sculpt undo node definition private
e5988cf912 Refactor: Sculpt: Miscellaneous cleanups to node intersect/nearest loops
Compare 111 commits »
Harley Acheson commented on pull request blender/blender#126660 2024-09-04 18:05:30 +02:00
VSE: Add text alignment feature

Ah I see! I thought, that grave accent would be combined with main character to give single unicode character.

We don't get glyph composition or anything similar. We can only just ask for a…

Harley Acheson commented on pull request blender/blender#127024 2024-09-04 17:44:28 +02:00
UI: Clear Recent Cleanup Option

The dialog title feels a bit too verbose. I'd just use the name of the operator. Clear items from the recent files list -> Clear Recent Files List.

Done.

I still find the dialog a…

Harley Acheson pushed to ClearRecentMissing at Harley/blender 2024-09-04 17:31:38 +02:00
647dbb40c2 "Clear items from the recent files list" -> "Clear Recent Files List"
daace7a9f0 Merge branch 'main' of projects.blender.org:blender/blender into ClearRecentMissing
40ae2d7df6 Fix #126949: Regression: Geometry nodes - instances and boolean operation bug
3915a84fc6 Fix #127142: Do not instantiate loose 'annotation' legacy GPv2 data on link.
cfbb6b5627 Fix: Remove unused typedefs from the legacy armature overlay
Compare 102 commits »
Harley Acheson commented on issue blender/blender#127032 2024-09-04 02:45:55 +02:00
Local USB NDOF device not found when connected via RDC

There is no KVM and different locations, this is all at my desk and over a small local network.

Yes, I understand that perfectly. It is just best explaining this by imagining that the local…

Harley Acheson closed issue blender/blender#126397 2024-09-03 22:57:13 +02:00
Image editor: default interface of mask proportional editing is missing
Harley Acheson merged pull request blender/blender#126482 2024-09-03 22:57:09 +02:00
UI: Expose Proportional edit in image editor mask mode
Harley Acheson pushed to main at blender/blender 2024-09-03 22:57:08 +02:00
0ef35bc475 UI: Expose Proportional edit in image editor mask mode
Harley Acheson pushed to main at blender/blender 2024-09-03 22:01:40 +02:00
174387e4d9 Fix #126908: 3D view background color affects attribute text outline color
Harley Acheson closed issue blender/blender#126908 2024-09-03 22:01:38 +02:00
3D viewport background color affects attribute text color.