Commit: cdb52aee9f9474cb28e7d0664437b24c310c78c7
Author: Joseph Eagar
Date: Fri Aug 27 01:59:34 2021 -0700
Branches: temp_bmesh_multires
https://developer.blender.org/rBcdb52aee9f9474cb28e7d0664437b24c310c78c7
Missed an ATTR_NONNULL fix
===================================================================
M source/blender/bmesh/intern/bmesh_mesh_convert.h
===================================================================
diff --git a/source/blender/bmesh/intern/bmesh_mesh_convert.h
b/source/blender/bmesh/intern/bmesh_mesh_convert.h
index 8f7aac4a2d8..300b4642da6 100644
--- a/source/blender/bmesh/intern/bmesh_mesh_convert.h
+++ b/source/blender/bmesh/intern/bmesh_mesh_convert.h
@@ -76,7 +76,7 @@ void BM_mesh_bm_to_me(struct Main *bmain,
struct Object *ob,
BMesh *bm,
struct Mesh *me,
- const struct BMeshToMeshParams *params) ATTR_NONNULL(2,
3, 4);
+ const struct BMeshToMeshParams *params) ATTR_NONNULL(3,
4, 5);
void BM_mesh_bm_to_me_for_eval(BMesh *bm,
struct Mesh *me,
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs