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
Notes: blender-bot 2023-02-14 01:15:44 +01:00
Referenced by issue #68539, transferring uv does not update in object mode
1 changed files with 1 additions and 0 deletions

View File

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