Blender V4.3
BKE_mesh_compare.hh File Reference
#include "BKE_mesh_types.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::bke
 
namespace  blender::bke::compare_meshes
 

Functions

const char * blender::bke::compare_meshes::mismatch_to_string (const MeshMismatch &mismatch)
 
std::optional< MeshMismatchblender::bke::compare_meshes::compare_meshes (const Mesh &mesh1, const Mesh &mesh2, float threshold)
 Checks if the two meshes are different, returning the type of mismatch if any. Changes in index order are detected, but treated as a mismatch.