Go to the source code of this file.
|
| const char * | blender::bke::compare_geometry::mismatch_to_string (const GeoMismatch &mismatch) |
| std::optional< GeoMismatch > | blender::bke::compare_geometry::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.
|
| std::optional< GeoMismatch > | blender::bke::compare_geometry::compare_curves (const CurvesGeometry &curves1, const CurvesGeometry &curves2, float threshold) |
| | Checks if the two curves geometries are different, returning the type of mismatch if any. Changes in index order are detected, but treated as a mismatch.
|
| std::optional< GeoMismatch > | blender::bke::compare_geometry::compare_lattices (const Lattice &lattice1, const Lattice &lattice2, float threshold) |
| | Checks if the two lattices are different, returning the type of mismatch if any.
|