Fix: Mask from Cavity did not call .finish after applying mask

Pull Request: https://projects.blender.org/blender/blender/pulls/127815
This commit is contained in:
Sean Kim
2024-09-18 23:13:07 +02:00
committed by Sean Kim
parent e3fc40dfc3
commit 00aedc065b

View File

@@ -1142,6 +1142,7 @@ static int mask_from_cavity_exec(bContext *C, wmOperator *op)
bke::pbvh::node_update_mask_mesh(mask.span, nodes[i]);
});
});
mask.finish();
break;
}
case bke::pbvh::Type::Grids: {