Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson created branch DefaultKerning in Harley/blender 2023-03-03 21:56:30 +01:00
Harley Acheson commented on issue blender/blender#105388 2023-03-03 21:33:24 +01:00
Outliner Text Overlap

Notes to self, really. I forgot that you will also get annoying notifications about them.

Harley Acheson commented on issue blender/blender#105388 2023-03-03 21:08:40 +01:00
Outliner Text Overlap

This might be caused by slightly improved behavior by FreeType 2.12.1

We are using the FreeType caching submodule, with settings that are quite constrained.

We are currently only allowing 4…

Harley Acheson commented on issue blender/blender#105388 2023-03-03 20:09:42 +01:00
Outliner Text Overlap

Definitely an issue for me here. The long story...

We didn't have kerning working for a while, but that was fixed in 3.0 or so. But then in 3.1 while updating our font for a new language…

Harley Acheson commented on pull request blender/blender#104681 2023-03-03 19:21:46 +01:00
Win32: Auto-Raise and -Focus Windows on Hover

If the focus is on a text field or a modal operator is running, it probably should not change the window focus automatically? Maybe the information is already at the GHOST level through…

Harley Acheson commented on pull request blender/blender#104681 2023-03-03 18:14:57 +01:00
Win32: Auto-Raise and -Focus Windows on Hover

I used to be able to type file names when saving a file using file save window and not worry about where my mouse pointer was...

Thanks for this comment, that does sound annoying.

If…

Harley Acheson commented on issue blender/blender#105402 2023-03-03 17:49:59 +01:00
Blender crushes

When a crash occurs a file should be written to your temporary directory. This directory could change depending on your preferences or custom environment variables, but on Windows it is usually in…

Harley Acheson pushed to SaveIncremental at Harley/blender 2023-03-03 17:31:10 +01:00
59958b2fe0 Merge branch 'main' into SaveIncremental
e1a0c09f06 Merge branch 'blender-v3.5-release'
e7ba8247de Merge branch 'blender-v3.5-releas' into main
513d31360f Fix #105329: Keyframe handles staying in place when using slider operators
549cc568b0 Fix various issues with modifiers and edge display in edit mode
Compare 68 commits »
Harley Acheson commented on issue blender/blender#105388 2023-03-03 16:35:32 +01:00
Outliner Text Overlap

Yes, I see that. Thanks. Weird that it changes on move. Will investigate, but it is probably to do with us turning off kerning for our default font.

Harley Acheson commented on issue blender/blender#105381 2023-03-03 16:25:13 +01:00
Alt key is always stuck when changing to Blender on Windows with multiple monitors

I don't see a way around this so I'll disable reading modifiers on window activation for WIN32 and clear them instead. This was the behavior for many years although it was reported as a problem,…

Harley Acheson commented on issue blender/blender#105388 2023-03-03 01:16:18 +01:00
Outliner Text Overlap

Your screenshot appears to show uppercase "P" and lowercase "i" overlapping, but I'm not seeing the same thing with default font, default interface scale, and default preferences.

Your capture…

Harley Acheson pushed to PopupActiveBut at Harley/blender 2023-03-03 00:03:51 +01:00
11babf2e58 With this change we can show the eyedropper in the "New" Image popover
Harley Acheson created pull request blender/blender#105387 2023-03-02 22:42:05 +01:00
WIP: Fix #63890: Allow Eyedropper and Other Operations on Popovers
Harley Acheson created branch PopupActiveBut in Harley/blender 2023-03-02 22:40:26 +01:00
Harley Acheson pushed to PopupActiveBut at Harley/blender 2023-03-02 22:40:26 +01:00
28927780d2 WIP: Fix #63890: Allow Eyedropper and Other Operations on Popovers
Harley Acheson created pull request blender/blender#105386 2023-03-02 21:48:33 +01:00
Fix #72093: Collapse Wide Enum Lists to One Column
Harley Acheson pushed to WideEnumList at Harley/blender 2023-03-02 21:33:26 +01:00
7f8cccdb82 Fix #72093: Collapse Wide Enum Lists to One Column
2a9f792c9e Draw Next: Fix shader orco computation
8c29d84139 BLI: Prevent Overflow in Grouped Number Output
ff6ce25926 Add a basic support to BKE library linking code to generate liboverrides.
f5c56b4cd6 Animation: Remove the 'Weight Paint: Fix Deforms' operator
Compare 6 commits »
Harley Acheson created branch WideEnumList in Harley/blender 2023-03-02 21:33:26 +01:00
Harley Acheson commented on issue blender/blender#105381 2023-03-02 20:47:30 +01:00
Alt key is always stuck when changing to Blender on Windows with multiple monitors

No. Windows 10 here, three monitors arranged horizontally, Blender running in the middle one, not maximized. My steps in case I am missing something:

  • I click on Blender to make it the active…
Harley Acheson commented on pull request blender/blender#105318 2023-03-02 19:51:33 +01:00
Assets: Add License and Copyright meta-data

Hi Harley, License should go before Copyright. Some licenses don't require copyright, so this field may end up empty every now and then.

Yes, I swapped those around. And updated the captures…