Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson closed pull request blender/blender#126130 2024-08-14 19:31:23 +02:00
Fix #126064: Enable some navigation preferences by default
Harley Acheson commented on pull request blender/blender#126130 2024-08-14 19:31:20 +02:00
Fix #126064: Enable some navigation preferences by default

@Ryan-Wyler

While I appreciate your passion with this, we discussed this in our UI Module meeting and it did not reach consensus to change this default. That doesn't mean it might not change…

Harley Acheson commented on issue blender/blender#124775 2024-08-14 18:43:58 +02:00
VSE: Dragging a sequence of images from the File Browser should add an Image Sequence strip

To me, obvious solution seems to be to add multiple paths to file items, that are selected, if selection exists. UI_but_drag_set_path() only supports one path, but WM_drag_create_path_data()

Harley Acheson commented on pull request blender/blender#126130 2024-08-14 17:25:44 +02:00
Fix #126064: Enable some navigation preferences by default

@Harley how did the meeting go? We ready to merge? Which version of blender would this make it into?

I'm afraid we did discuss this and decided that this is not a change that we would like at…

Harley Acheson created pull request blender/blender#126307 2024-08-14 04:44:37 +02:00
UI Test: Using SVG Icons for Collection Colors
Harley Acheson pushed to SVGCollectionColors at Harley/blender 2024-08-14 04:43:55 +02:00
a130d6bf58 UI Test: Using SVG Icons for Collection Colors
Harley Acheson created branch SVGCollectionColors in Harley/blender 2024-08-14 04:43:55 +02:00
Harley Acheson commented on pull request blender/blender#116684 2024-08-14 01:50:52 +02:00
UI: Editor Edge Highlighting

@pablovazquez

I updated this to current main. I think it could be interesting to try in light theme when the border is made very light. Then this can be used to add contrasting edges, even if…

Harley Acheson pushed to EditorHightlight at Harley/blender 2024-08-14 01:49:43 +02:00
72d13934cc Updated to the current state of main
8f996f1786 UI: Simplified Feedback for Docking
58e55ef023 Fix #126293: Crash when moving mouse after enabling Dyntopo
f7d94d3e73 Fix #126252: Polyline target circle changes color randomly
4839a86984 Cleanup: BLI: Merge files
Compare 4137 commits »
Harley Acheson commented on pull request blender/blender#120998 2024-08-14 01:10:10 +02:00
UI: Edge Highlighting While Resizing Editors

@pablovazquez - no rush but hoping you can give this a try one day and let me know how it feels for you.

Harley Acheson pushed to ExtendedEdgeMove at Harley/blender 2024-08-14 01:05:26 +02:00
70679a1467 Updated to the current state of main.
8f996f1786 UI: Simplified Feedback for Docking
58e55ef023 Fix #126293: Crash when moving mouse after enabling Dyntopo
f7d94d3e73 Fix #126252: Polyline target circle changes color randomly
4839a86984 Cleanup: BLI: Merge files
Compare 4461 commits »
Harley Acheson deleted branch DockingSimplifiedFeedback from Harley/blender 2024-08-14 00:22:01 +02:00
Harley Acheson merged pull request blender/blender#126304 2024-08-14 00:21:58 +02:00
UI: Simplified Feedback for Docking
Harley Acheson pushed to main at blender/blender 2024-08-14 00:21:58 +02:00
8f996f1786 UI: Simplified Feedback for Docking
Harley Acheson commented on pull request blender/blender#126304 2024-08-14 00:02:27 +02:00
UI: Simplified Feedback for Docking
Harley Acheson created pull request blender/blender#126304 2024-08-13 23:33:28 +02:00
UI: Simplified Feedback for Docking
Harley Acheson pushed to DockingSimplifiedFeedback at Harley/blender 2024-08-13 23:30:40 +02:00
abc0c7135f UI: Simplified Feedback for Docking
58e55ef023 Fix #126293: Crash when moving mouse after enabling Dyntopo
f7d94d3e73 Fix #126252: Polyline target circle changes color randomly
4839a86984 Cleanup: BLI: Merge files
593e70dc53 Fix: Geometry Nodes: typo in node description
Compare 10 commits »
Harley Acheson created branch DockingSimplifiedFeedback in Harley/blender 2024-08-13 23:30:40 +02:00
Harley Acheson commented on pull request blender/blender#125378 2024-08-13 22:33:46 +02:00
WIP: UI: Use SVG Icons for Tools

Support for geometry icons should be kept as add-ons that define tools still use it and would be a breaking change. At some point (v5.0 for e.g.) we can consider dropping it.

That makes…