Fix T70729: Multi-object edit UV not transform all meshes

Detail that went unnoticed in rBbfc9d426bb95
This commit is contained in:
Germano Cavalcante 2019-10-11 15:55:24 -03:00
parent 4bb8a3c111
commit 4e3f186a8c
Notes: blender-bot 2023-02-14 00:31:30 +01:00
Referenced by issue #71054, Driver Animation Rendering anomaly
Referenced by issue #70729, Multi-object edit UV not transform all meshes
1 changed files with 1 additions and 1 deletions

View File

@ -1451,7 +1451,7 @@ void createTransUVs(bContext *C, TransInfo *t)
const bool use_facesel = (ts->uv_flag & UV_SYNC_SELECTION) == 0;
elementmap = BM_uv_element_map_create(em->bm, use_facesel, false, true);
if (elementmap == NULL) {
return;
continue;
}
if (is_prop_connected) {