Fix missing call to AttributeWriter::finish with paint vertex selection
This commit is contained in:
@@ -2965,6 +2965,9 @@ static bool ed_wpaint_vertex_select_pick(bContext *C,
|
||||
|
||||
changed = true;
|
||||
}
|
||||
else {
|
||||
select_vert.finish();
|
||||
}
|
||||
|
||||
if (changed) {
|
||||
paintvert_tag_select_update(C, obact);
|
||||
|
||||
Reference in New Issue
Block a user