Block a user
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'
BLI: Prevent Overflow in Grouped Number Output
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
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
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.
e410112e30
Clarify the defines for size/sign. Add/fix/extend tests
7de2f21001
Fix: Debug build error after recent variable rename cleanup
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
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
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…
Revert #105225: WM Check for lack of active window