Block a user
Campbell Barton
pushed to pr-workaround-win11-modifiers at ideasman42/blender
2023-03-02 04:00:04 +01:00
4de4fdd982
WIP workaround bug for mouse press events having wrong modifiers on WIN11
6b8cdd5979
Fix #103469: Update UV Sphere Projection with Seam support.
7de2f21001
Fix: Debug build error after recent variable rename cleanup
3022a805ca
Cleanup: Standardize mesh edge and poly naming
0f61497e20
Cleanup: Use spans for mesh render data
BLI: Prevent Overflow in Grouped Number Output
Looks good, it also makes sense to have tests these functions are working as expected (passing in min/max for each type, ensuring values aren't clipped).
39482f0bd9
Using defines for all the formatted string buffer sizes
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
565acb639c
WM: use the window associated with an area for initialization
124b41a877
Cleanup: unused variables
e35afd8a1d
Merge branch 'blender-v3.5-release'
e9fefcd298
Merge branch 'blender-v3.5-release'
ff89dfd6d2
Fix #105328: unit system does not affect cavity
52064bf5da
Fix #104824: GPencil natural drawing building with 1 subdivision very slow
unit system does not affect cavity
BLI: Prevent Overflow in Grouped Number Output
Showing ?
seems like a bug from a user perspective, if this were unavoidable it could be an acceptable fallback however increasing the default buffer size to fit the largest uint64_t
would be preferable.
Add a basic support to BKE library linking code to generate liboverrides.
Minor requests inline, no need for an additional review iteration.
Add a basic support to BKE library linking code to generate liboverrides.
picky can be declared in the for loop.
Add a basic support to BKE library linking code to generate liboverrides.
picky no space before newline needed.
Add a basic support to BKE library linking code to generate liboverrides.
picky is None
/ is not None
(autopep8 even makes this change automatically).
Add a basic support to BKE library linking code to generate liboverrides.
picky NULL, };
to reduce right shift.
Add a basic support to BKE library linking code to generate liboverrides.
literal quoted values should need to be double-back-tick quoted.
Add a basic support to BKE library linking code to generate liboverrides.
picky only 3 additional spaces of indentation is required.