Merge branch 'blender-v2.82-release'

This commit is contained in:
Pablo Dobarro 2020-01-14 20:27:39 +01:00
commit 5cc0f361f3
1 changed files with 1 additions and 1 deletions

View File

@ -1120,7 +1120,7 @@ static void pbvh_update_mask_redraw_task_cb(void *__restrict userdata,
if (node->flag & PBVH_Leaf) {
PBVHVertexIter vd;
BKE_pbvh_vertex_iter_begin(bvh, node, vd, PBVH_ITER_UNIQUE)
BKE_pbvh_vertex_iter_begin(bvh, node, vd, PBVH_ITER_ALL)
{
if (vd.mask && *vd.mask < 1.0f) {
has_unmasked = true;