Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson pushed to SVGCollectionColors at Harley/blender 2024-08-27 22:17:27 +02:00
21f0bad431 Merge branch 'main' of projects.blender.org:blender/blender into SVGCollectionColors
f40cd831fd UI: Hide Timeline Scrollbars When Very Short
5eb80b1fa0 Refactor: Eyedropper: Use C++ new/delete allocations.
841669c79e Anim: Fix library override on action slot
d3c4760617 Cleanup: expand documentation of Action::assign_id()
Compare 354 commits »
Harley Acheson deleted branch TimelineScrollBar from Harley/blender 2024-08-27 21:18:31 +02:00
Harley Acheson merged pull request blender/blender#126806 2024-08-27 21:18:29 +02:00
UI: Hide Timeline Scrollbars When Very Short
Harley Acheson pushed to main at blender/blender 2024-08-27 21:18:28 +02:00
f40cd831fd UI: Hide Timeline Scrollbars When Very Short
Harley Acheson pushed to EditorHightlight at Harley/blender 2024-08-27 21:15:03 +02:00
82f438b958 Unintended change.
Harley Acheson pushed to EditorHightlight at Harley/blender 2024-08-27 21:13:00 +02:00
0b09c4d7c4 make format
Harley Acheson pushed to EditorHightlight at Harley/blender 2024-08-27 21:10:23 +02:00
2d077f293b Remove docking use of active outline
ff2997af3f Merge branch 'main' of projects.blender.org:blender/blender into EditorHightlight
5eb80b1fa0 Refactor: Eyedropper: Use C++ new/delete allocations.
841669c79e Anim: Fix library override on action slot
d3c4760617 Cleanup: expand documentation of Action::assign_id()
Compare 30 commits »
Harley Acheson commented on pull request blender/blender#126806 2024-08-27 20:25:31 +02:00
UI: Hide Timeline Scrollbars When Very Short
Harley Acheson pushed to TimelineScrollBar at Harley/blender 2024-08-27 20:22:38 +02:00
7ee4f34da6 Do similar for Sequencer and the embedded Graph Editor/DopeSheet in Movie Clip Editor.
b953fb1c23 Merge branch 'main' of projects.blender.org:blender/blender into TimelineScrollBar
5eb80b1fa0 Refactor: Eyedropper: Use C++ new/delete allocations.
841669c79e Anim: Fix library override on action slot
d3c4760617 Cleanup: expand documentation of Action::assign_id()
Compare 30 commits »
Harley Acheson commented on issue blender/blender#126795 2024-08-27 16:56:51 +02:00
UI: Mouse Cursors Using SVG Sources

I think a first step would be me putting together a full set with these parts without adding anything new at first. Once that it is in then we can add new ones pretty easily.

At this stage the…

Harley Acheson commented on issue blender/blender#126795 2024-08-27 02:46:25 +02:00
UI: Mouse Cursors Using SVG Sources

I've still got the original SVG versions of the ones that you made. BlenderCursors_R00.11.svg

There are few new VSE ones that I have SVG…

Harley Acheson created pull request blender/blender#126806 2024-08-27 01:31:26 +02:00
UI: Hide Timeline Scrollbar When Very Short
Harley Acheson pushed to TimelineScrollBar at Harley/blender 2024-08-27 01:28:04 +02:00
5cdee26e8c UI: Hide Timeline Scrollbar When Very Short
Harley Acheson created branch TimelineScrollBar in Harley/blender 2024-08-27 01:28:03 +02:00
Harley Acheson commented on issue blender/blender#126706 2024-08-26 22:52:09 +02:00
UI broken in 4.2 when preferences are saved with 4.3

I think the only thing we'd need in 4.2 is just a check to see if UI_style_get()->widgetlabel.points is zero. And if so then just set it to the default, so UI_DEFAULT_TEXT_POINTS or 11. I think.

Harley Acheson commented on issue blender/blender#126753 2024-08-26 21:54:14 +02:00
Overlapping text shows strange font color

@aras_p

The flaw with that, and the reason for the changes, is that theme settings don't change as you switch from a regular dark theme 3DView to Grease Pencil. So the white text looks great…

Harley Acheson commented on pull request blender/blender#116684 2024-08-26 21:30:53 +02:00
UI: Editor Edge Highlighting

@pablovazquez - Nevermind, found out it now flickers when resizing the sidebar.

Yikes, there are so many weird cases when the active area is null. Fixed that and I think everything else is…

Harley Acheson pushed to EditorHightlight at Harley/blender 2024-08-26 21:22:43 +02:00
086ca749b8 Handle G_TRANSFORM_WM, which also means dealing with editor edges. Change of default colors
a47cf24af8 Merge branch 'main' of projects.blender.org:blender/blender into EditorHightlight
bb24677a76 Cleanup: Rename CustomData_copy to CustomData_initi_from.
ea2f40748c Fix #122160: GPv3: Edit mode Undo memory leak.
b61e618886 Cleanup: Remove unused function
Compare 27 commits »
Harley Acheson opened issue blender/blender#126795 2024-08-26 18:42:21 +02:00
UI: Mouse Cursors Using SVG Sources
Harley Acheson opened issue blender/blender#126793 2024-08-26 17:47:23 +02:00
Blender 5.0 Breaking Changes