Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson pushed to AssetMeta at Harley/blender 2023-03-02 19:44:07 +01:00
016d8e05dd Yet another attempt to base this properly off 2.5
Harley Acheson pushed to AssetMeta at Harley/blender 2023-03-02 19:27:40 +01:00
00ca7c5221 Fix #105109: Pick selection with multi object edit
Harley Acheson pushed to AssetMeta at Harley/blender 2023-03-02 19:00:23 +01:00
fc11ff92ad Trying to fix bad PR update
Harley Acheson pushed to AssetMeta at Harley/blender 2023-03-02 18:49:29 +01:00
e3200e2696 Updated to show License before Copyright fields.
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
1d3a2fb5bb Merge branch 'blender-v3.5-release'
Compare 330 commits »
Harley Acheson deleted branch GroupedOverflow from Harley/blender 2023-03-02 17:38:50 +01:00
Harley Acheson merged pull request blender/blender#105263 2023-03-02 17:38:48 +01:00
BLI: Prevent Overflow in Grouped Number Output
Harley Acheson pushed to main at blender/blender 2023-03-02 17:38:47 +01:00
8c29d84139 BLI: Prevent Overflow in Grouped Number Output
Harley Acheson pushed to AssetMeta at Harley/blender 2023-03-02 17:23:58 +01:00
b0630d4e2b Merge branch 'blender-v3.5-release' into AssetMeta
00ca7c5221 Fix #105109: Pick selection with multi object edit
422f3d0b0f Fix #105278: IDProperty UI missing library overridable toggle
9e5275791f Fix #105343: id.make_local() doesn't work for overridden data.
2eeec49640 Fix #105339: grease pencil selection can toggle object selection
Compare 12 commits »
Harley Acheson commented on pull request blender/blender#105263 2023-03-02 17:10:43 +01:00
BLI: Prevent Overflow in Grouped Number Output
Harley Acheson pushed to GroupedOverflow at Harley/blender 2023-03-02 17:09:33 +01:00
0ca8432ec5 Merge branch 'main' into GroupedOverflow
f5c56b4cd6 Animation: Remove the 'Weight Paint: Fix Deforms' operator
1d3a2fb5bb Merge branch 'blender-v3.5-release'
422f3d0b0f Fix #105278: IDProperty UI missing library overridable toggle
fa044c453f Cleanup: Unused fields and API for tracks map
Compare 24 commits »
Harley Acheson commented on pull request blender/blender#105263 2023-03-02 02:26:04 +01:00
BLI: Prevent Overflow in Grouped Number Output

@ideasman42 - I fixed those constants for size/sign. And added tests for BLI_str_format_uint64_grouped and made the rest of them use the new constants.

Harley Acheson pushed to GroupedOverflow at Harley/blender 2023-03-02 02:22:11 +01:00
e410112e30 Clarify the defines for size/sign. Add/fix/extend tests
7de2f21001 Fix: Debug build error after recent variable rename cleanup
Compare 2 commits »
Harley Acheson commented on pull request blender/blender#105263 2023-03-02 00:20:29 +01:00
BLI: Prevent Overflow in Grouped Number Output

Harley: Fix those constants

and update the tests (BLI_string_text.cc). Not sure if all the functions are tested. make sure they all test min/max and use the constants for buffer sizes

Harley Acheson commented on pull request blender/blender#105324 2023-03-01 23:56:01 +01:00
UI: Allow Eyedropper Outside of Blender

@blender-bot package windows

Harley Acheson pushed to Eyedropper at Harley/blender 2023-03-01 23:55:34 +01:00
6df371e560 WIP: UI: Allow Eyedropper Outside of Blender (W32)
3022a805ca Cleanup: Standardize mesh edge and poly naming
0f61497e20 Cleanup: Use spans for mesh render data
f1f47df56b Cleanup: Remove unused variable
2324eb4f8c Fix: Use of uninitialized variable after recent cleanup
Compare 44 commits »
Harley Acheson commented on issue blender/blender#105277 2023-03-01 23:51:06 +01:00
Alt key is always stuck when changing to Blender on Windows11

I am not able to recreate this no matter how hard I try.

I am using Window 10. @iss - you confirmed, was that on 10 or 11?

@kursadk - could you review your instructions, try again, with an…

Harley Acheson commented on issue blender/blender#105291 2023-03-01 21:54:45 +01:00
Typo issue with digital caliper - working as keyboard

If I can support in anyway, let me know.

One thing that would help narrow things down a lot would be to try this device with Blender on a different platform (Windows or Linux). Our platform-sp…

Harley Acheson deleted branch Revert105225 from Harley/blender 2023-03-01 21:44:55 +01:00
Harley Acheson pushed to main at blender/blender 2023-03-01 21:44:53 +01:00
7ca63d40dc Revert #105225: WM Check for lack of active window
Harley Acheson merged pull request blender/blender#105351 2023-03-01 21:44:53 +01:00
Revert #105225: WM Check for lack of active window