548a2cbe06
Cleanup: Clang tidy
...
Also remove unnecessary struct keywords in C++ files.
2022-10-05 13:48:01 -05:00
97746129d5
Cleanup: replace UNUSED macro with commented args in C++ code
...
This is the conventional way of dealing with unused arguments in C++,
since it works on all compilers.
Regex find and replace: `UNUSED\((\w+)\)` -> `/*$1*/`
2022-10-03 17:38:16 -05:00
0419ee871f
Cleanup: remove redundant parenthesis (especially with macros)
2022-09-25 22:41:22 +10:00
21d77a417e
Cleanup: replace C-style casts with functional casts for numeric types
...
Some changes missed from f68cfd6bb0 .
2022-09-25 22:31:31 +10:00
f68cfd6bb0
Cleanup: replace C-style casts with functional casts for numeric types
2022-09-25 20:17:08 +10:00
95f05a6a4b
Cleanup: spelling in comments
2022-09-16 18:14:33 +10:00
8b26349d57
BLO: move blenloader to C++
...
Differential Revision: https://developer.blender.org/D15965
2022-09-15 19:13:13 +02:00