Fix T68539: transferring uv (Ctrl+L) does not update immediately in

object mode
This commit is contained in:
Philipp Oeser 2019-08-12 14:32:47 +02:00
parent f555379ce3
commit 961d43c623

@ -575,6 +575,7 @@ class JoinUVs(Operator):
# finally do the copy # finally do the copy
uv_other.data.foreach_set("uv", uv_array) uv_other.data.foreach_set("uv", uv_array)
mesh_other.update()
if is_editmode: if is_editmode:
bpy.ops.object.mode_set(mode='EDIT', toggle=False) bpy.ops.object.mode_set(mode='EDIT', toggle=False)