Campbell Barton
0af370a62d
Cleanup: use C++ style sizeof(struct::member) instead of casting nullptr
2023-08-03 20:23:01 +10:00
Campbell Barton
de391cf811
Cleanup: use nullptr instead of zero
2023-08-03 19:17:43 +10:00
Jacques Lucke
febe38743c
RNA: move remaining rna files to C++
...
Also see #103343 .
Pull Request: https://projects.blender.org/blender/blender/pulls/110354
2023-07-21 21:08:05 +02:00
Campbell Barton
0777c1861e
Cleanup: ignore GCC cast-function-type warning for PyMethodDef's
...
While these warnings point to real errors in the code,
PyMethodDef are an exception where functions with different numbers
of arguments are all cast to the same function type.
2023-07-21 14:08:59 +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