Mesh: Cache loose vertices #105567

Merged
Hans Goudey merged 29 commits from HooglyBoogly/blender:mesh-loose-vert-cache into main 2023-04-22 13:46:23 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1bbbf7f05c - Show all commits

View File

@ -135,7 +135,7 @@ const blender::bke::LooseGeomCache &Mesh::loose_verts() const
r_data.count = count;
});
return this->runtime->loose_edges_cache.data();
return this->runtime->loose_verts_cache.data();
}
const blender::bke::LooseGeomCache &Mesh::loose_edges() const