Blender  V3.3
Functions
bmesh_mesh_validate.h File Reference

Go to the source code of this file.

Functions

bool BM_mesh_validate (BMesh *bm)
 

Function Documentation

◆ BM_mesh_validate()

bool BM_mesh_validate ( BMesh bm)

Check of this BMesh is valid, this function can be slow since its intended to help with debugging.

Returns
true when the mesh is valid.

Referenced by bpy_bm_generic_valid_check().