Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-11-08 04:18:52 +0300
committerCampbell Barton <campbell@blender.org>2022-11-08 04:18:52 +0300
commitfddcdcc20c5a2b761a2becccc0a07f5fd8d43e54 (patch)
tree687c63812d4886f648f46f24fa9af1777744fd76 /source/blender/python/bmesh/bmesh_py_types_meshdata.c
parent9d1380e0a9690fb7b3042323ab90a88dba13fcb6 (diff)
parent8f439bdc2de1f964c8037448796a3f03a9cce4fe (diff)
Merge branch 'blender-v3.4-release'
Diffstat (limited to 'source/blender/python/bmesh/bmesh_py_types_meshdata.c')
-rw-r--r--source/blender/python/bmesh/bmesh_py_types_meshdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_types_meshdata.c b/source/blender/python/bmesh/bmesh_py_types_meshdata.c
index c58c9caf0a8..9bd98f2df53 100644
--- a/source/blender/python/bmesh/bmesh_py_types_meshdata.c
+++ b/source/blender/python/bmesh/bmesh_py_types_meshdata.c
@@ -391,7 +391,7 @@ typedef struct BPy_BMDeformVert {
/* Mapping Protocols
* ================= */
-static int bpy_bmdeformvert_len(BPy_BMDeformVert *self)
+static Py_ssize_t bpy_bmdeformvert_len(BPy_BMDeformVert *self)
{
return self->data->totweight;
}