|
Blender V4.3
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::geometry |
Functions | |
Merge Map Creation | |
| std::optional< Mesh * > | blender::geometry::mesh_merge_by_distance_all (const Mesh &mesh, const IndexMask &selection, float merge_distance) |
| std::optional< Mesh * > | blender::geometry::mesh_merge_by_distance_connected (const Mesh &mesh, Span< bool > selection, float merge_distance, bool only_loose_edges) |
| Mesh * | blender::geometry::mesh_merge_verts (const Mesh &mesh, MutableSpan< int > vert_dest_map, int vert_dest_map_len, const bool do_mix_data) |