mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
Fix #133203: Call invoke function for transfer mesh data
Use operator context of 'INVOKE_DEFAULT' for object.data_transfer and object.datalayout_transfer in menu VIEW3D_MT_make_links so that they work correctly when called from popup menus. Pull Request: https://projects.blender.org/blender/blender/pulls/133228
This commit is contained in:
parent
5726a998a0
commit
386365aece
1 changed files with 1 additions and 1 deletions
|
@ -3408,7 +3408,7 @@ class VIEW3D_MT_make_links(Menu):
|
|||
layout.operator("object.join_uvs", text="Copy UV Maps")
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator_context = 'INVOKE_DEFAULT'
|
||||
layout.operator("object.data_transfer")
|
||||
layout.operator("object.datalayout_transfer")
|
||||
|
||||
|
|
Loading…
Reference in a new issue