diff --git a/source/blender/python/api2_2x/Mesh.c b/source/blender/python/api2_2x/Mesh.c index a486d0dd649..46b61ad04e0 100644 --- a/source/blender/python/api2_2x/Mesh.c +++ b/source/blender/python/api2_2x/Mesh.c @@ -6638,7 +6638,7 @@ static PyGetSetDef BPy_Mesh_getseters[] = { "List of the mesh's materials", NULL}, {"degr", - (getter)Mesh_getMaxSmoothAngle, (setter)Mesh_setMaxSmoothAngleMesh_setMaxSmoothAngle, + (getter)Mesh_getMaxSmoothAngle, (setter)Mesh_setMaxSmoothAngle, "The max angle for auto smoothing", NULL}, {"maxSmoothAngle",