Campbell Barton
|
3844ac227d
|
Fix incorrect integer type for MatrixAccess length access
In practice this worked for x64 however it could theoretically return
an invalid length.
|
2023-07-21 12:50:02 +10:00 |
|
Campbell Barton
|
62deac09c3
|
Fix incorrect integer type for Matrix row assignment
In practice this worked for x64 however it might cause invalid memory
access on systems with different argument alignment.
|
2023-07-21 12:10:49 +10:00 |
|
Campbell Barton
|
b29a4cdcfc
|
Cleanup: various non-functional changes for C++ (python, windowmanager)
- Remove redundant void, struct.
- Use function style casts.
|
2023-07-21 10:59:54 +10:00 |
|
Jacques Lucke
|
6fcecb7e46
|
BPY: move bpy and mathutils to C++
Also see #103343.
Pull Request: https://projects.blender.org/blender/blender/pulls/110299
|
2023-07-21 02:18:59 +02:00 |
|