Cleanup: use named unsigned types in the Python API
This commit is contained in:
@@ -259,8 +259,8 @@ static PyObject *bpy_bmesh_ops_fakemod_getattro(PyObject *UNUSED(self), PyObject
|
||||
|
||||
static PyObject *bpy_bmesh_ops_fakemod_dir(PyObject *UNUSED(self))
|
||||
{
|
||||
const unsigned int tot = bmo_opdefines_total;
|
||||
unsigned int i;
|
||||
const uint tot = bmo_opdefines_total;
|
||||
uint i;
|
||||
PyObject *ret;
|
||||
|
||||
ret = PyList_New(bmo_opdefines_total);
|
||||
|
Reference in New Issue
Block a user