Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson commented on pull request blender/blender#106196 2023-04-05 23:03:31 +02:00
Text object: operators to move cursor to the top or bottom

Just in case you are not aware, your PR as it is right now is missing the addition of TEXT_BEGIN & TEXT_END to the enun in curve_intern.h at about line 45, so it won't compile. It was in my…

Harley Acheson deleted branch SplashLoad from Harley/blender 2023-04-05 22:35:21 +02:00
Harley Acheson pushed to main at blender/blender 2023-04-05 22:35:19 +02:00
302e858273 Fix #104507: Show Splash if New Version
Harley Acheson closed issue blender/blender#104507 2023-04-05 22:35:18 +02:00
New version does not prompt to load old settings if opening file directly
Harley Acheson merged pull request blender/blender#105863 2023-04-05 22:35:17 +02:00
Fix #104507: Show Splash if New Version
Harley Acheson pushed to SplashLoad at Harley/blender 2023-04-05 22:33:41 +02:00
5a8de59f4b Merge branch 'main' into SplashLoad
8f8548e964 Fix libs harvesting for Embree as a dynamic library
70edef1311 Cycles: Fix Metal use-after-free bug
Compare 3 commits »
Harley Acheson commented on pull request blender/blender#105863 2023-04-05 21:37:22 +02:00
Fix #104507: Show Splash if New Version
Harley Acheson pushed to SplashLoad at Harley/blender 2023-04-05 21:36:16 +02:00
f4b073acda Merge branch 'main' into SplashLoad
92c9c1d400 Fix #106568: Overlay: Resolve motion path rendering in Metal
6cb5b14f16 Fix #106598: Cone primitive crash after MPoly removal
b288c4004e Cleanup: fix various Cycles compilar warnings
920ffd3253 Cleanup: fix clang 10 compiler warning
Compare 430 commits »
Harley Acheson commented on pull request blender/blender#104737 2023-04-05 21:28:15 +02:00
Fix #89479: Unable to select hierarchies of multiple objects from outliner

Hey, that seems to work really well!

Following might be picky (or wrong), but you've made a change to do_outliner_object_select_recursive, passing in a subtree and a sync_select bool. When…

Harley Acheson commented on pull request blender/blender#106581 2023-04-05 20:12:42 +02:00
UI: Text Object International Case Change

@ideasman42 - I'd rather avoid setlocale...

Makes sense.

Looking into this further, the upper/lower mappings do not actually differ depending on locale. It is just that towupper and…

Harley Acheson pushed to TextObjectCase at Harley/blender 2023-04-05 20:02:22 +02:00
4209c4990d Created own functions so no longer relying on setlocale.
42a9c62bff Fix #106584: Active/default UV map legacy conversion with name conflict
18ad154cf9 Fix CUdeviceptr and hipDeviceptr_t build error on ppc64le architecture
892f985227 Fix mismatch in Sequencer preview region versioning
56640440f0 Fix crash loading pre 2.5 test file (Cycles test failure)
Compare 57 commits »
Harley Acheson commented on pull request blender/blender#106196 2023-04-05 17:52:11 +02:00
Text object: operators to move cursor to the top or bottom

It looks like it, but what I don’t understand is that the new modes I introduced don’t suffer from this lag

I noticed the same thing. I tried to see the lag with your patch but could not.…

Harley Acheson closed issue blender/blender#106566 2023-04-05 07:00:40 +02:00
Exporting as a .gltf using spaces results in discrepancy between .gltf file name and associated .bin
Harley Acheson commented on issue blender/blender#106566 2023-04-05 07:00:38 +02:00
Exporting as a .gltf using spaces results in discrepancy between .gltf file name and associated .bin

Yes, this certainly looks like behavior that is on spec. Closing

Harley Acheson created pull request blender/blender#106581 2023-04-05 03:36:24 +02:00
UI: Text Object International Case Change
Harley Acheson created branch TextObjectCase in Harley/blender 2023-04-05 03:22:14 +02:00
Harley Acheson pushed to TextObjectCase at Harley/blender 2023-04-05 03:22:14 +02:00
2241b7c81a UI: Text Object International Case Change
Harley Acheson commented on issue blender/blender#106566 2023-04-04 22:52:38 +02:00
Exporting as a .gltf using spaces results in discrepancy between .gltf file name and associated .bin

@JulienDuroure ...I do think this is required by the specification.

Oh yes, I see that. The bin file is referenced in the gltf file as a "uri" and that percent-encoding is definitely a "MUST"…

Harley Acheson commented on pull request blender/blender#106240 2023-04-04 22:35:31 +02:00
Font: reorganize Special Characters menu with submenus

I wonder why—that is, how do people enter exotic characters? Do they just not? :D

The main thought is that most people don't remember Unicode characters. So if they have to look them up…

Harley Acheson commented on pull request blender/blender#106240 2023-04-04 21:58:33 +02:00
Font: reorganize Special Characters menu with submenus

Proper Unicode entry would be very cool though!

I haven't been able to convince anyone else of that yet, but I might dust off that patch and see how it could work with text objects. The idea…