Cleanup: Various clang-tidy warnings in python
Pull Request: https://projects.blender.org/blender/blender/pulls/133734
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
extern PyTypeObject matrix_Type;
|
||||
extern PyTypeObject matrix_access_Type;
|
||||
|
||||
typedef unsigned short ushort;
|
||||
using ushort = unsigned short;
|
||||
|
||||
#define MatrixObject_Check(v) PyObject_TypeCheck((v), &matrix_Type)
|
||||
#define MatrixObject_CheckExact(v) (Py_TYPE(v) == &matrix_Type)
|
||||
|
||||
Reference in New Issue
Block a user