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:
authorJoseph Eagar <joeedh@gmail.com>2020-12-09 00:37:00 +0300
committerJoseph Eagar <joeedh@gmail.com>2020-12-09 00:37:00 +0300
commit681e2b6134e8142d258fcbaafab0c8d9b19fac69 (patch)
tree3acce773d6eb0ff2a35bc7068d4f5095b955f640 /source/blender/editors
parent49bd2228cb56a958ce04ec05758bb90832c9cd54 (diff)
Fixes from merge
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_face_set.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_face_set.c b/source/blender/editors/sculpt_paint/sculpt_face_set.c
index 14c6ac5f6fd..4227c14df76 100644
--- a/source/blender/editors/sculpt_paint/sculpt_face_set.c
+++ b/source/blender/editors/sculpt_paint/sculpt_face_set.c
@@ -139,8 +139,6 @@ static void do_draw_face_sets_brush_task_cb_ex(void *__restrict userdata,
MVert *mvert = SCULPT_mesh_deformed_mverts_get(ss);
- MVert *mvert = SCULPT_mesh_deformed_mverts_get(ss);
-
BKE_pbvh_vertex_iter_begin(ss->pbvh, data->nodes[n], vd, PBVH_ITER_UNIQUE)
{
if (BKE_pbvh_type(ss->pbvh) == PBVH_FACES) {