Merge branch 'blender-v2.83-release'

This commit is contained in:
Campbell Barton 2020-05-19 13:31:44 +10:00
commit f557198540
1 changed files with 0 additions and 3 deletions

View File

@ -1130,9 +1130,6 @@ static bool texture_paint_toggle_poll(bContext *C)
if (!ob->data || ID_IS_LINKED(ob->data)) {
return 0;
}
if (CTX_data_edit_object(C)) {
return 0;
}
return 1;
}