Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Dobarro <pablodp606@gmail.com>2021-05-12 00:35:49 +0300
committerPablo Dobarro <pablodp606@gmail.com>2021-05-12 00:35:49 +0300
commit2770d43da66fafe047205969e48040eee2933764 (patch)
treebf116a86016325e4ba46c7547b28fda9b9803162 /source/blender/editors/sculpt_paint
parent96bcd80c5a0ba3bd85b79083c772b9d9569d78f8 (diff)
parent0e3475a0ec9f2ccaa56eb8dd2a7358a125750805 (diff)
Merge branch 'blender-v2.93-release'
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_expand.c b/source/blender/editors/sculpt_paint/sculpt_expand.c
index e6259ebecb7..2de7d5d72cc 100644
--- a/source/blender/editors/sculpt_paint/sculpt_expand.c
+++ b/source/blender/editors/sculpt_paint/sculpt_expand.c
@@ -1898,7 +1898,7 @@ static void sculpt_expand_delete_face_set_id(int *r_face_sets,
Mesh *mesh,
const int delete_id)
{
- const int totface = ss->totvert;
+ const int totface = ss->totfaces;
MeshElemMap *pmap = ss->pmap;
/* Check that all the face sets IDs in the mesh are not equal to `delete_id`