From 5e8b42bf865848e384d3b942002faf02fe70bd16 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 29 Dec 2021 12:37:01 -0600 Subject: Cleanup: Remove unused DerivedMesh functions --- source/blender/blenkernel/BKE_mesh.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'source/blender/blenkernel/BKE_mesh.h') diff --git a/source/blender/blenkernel/BKE_mesh.h b/source/blender/blenkernel/BKE_mesh.h index c39583d234a..2ccd317e3e4 100644 --- a/source/blender/blenkernel/BKE_mesh.h +++ b/source/blender/blenkernel/BKE_mesh.h @@ -867,15 +867,12 @@ void BKE_mesh_calc_relative_deform(const struct MPoly *mpoly, bool BKE_mesh_validate(struct Mesh *me, const bool do_verbose, const bool cddata_check_mask); /** * Checks if a Mesh is valid without any modification. This is always verbose. - * - * \see #DM_is_valid to call on derived meshes - * - * \returns is_valid. + * \returns True if the mesh is valid. */ bool BKE_mesh_is_valid(struct Mesh *me); /** * Check all material indices of polygons are valid, invalid ones are set to 0. - * \returns is_valid. + * \returns True if the material indices are valid. */ bool BKE_mesh_validate_material_indices(struct Mesh *me); -- cgit v1.2.3