Rename operator 'Join Shapes' to 'Transfer Mix'.

The new name is consistent with the 'Transfer Shape' operator.

- Updated the UI descriptions for both transfer operators.
This commit is contained in:
Ines Almeida
2019-06-30 20:05:54 +02:00
parent 7c8bf77e13
commit 741967079c
5 changed files with 16 additions and 17 deletions

View File

@@ -67,8 +67,8 @@ class MESH_MT_shape_key_context_menu(Menu):
layout.operator("object.shape_key_mirror", icon='ARROW_LEFTRIGHT').use_topology = False
layout.operator("object.shape_key_mirror", text="Mirror Shape Key (Topology)").use_topology = True
layout.separator()
layout.operator("object.join_shapes")
layout.operator("object.shape_key_transfer")
layout.operator("object.shape_key_transfer_mix")
layout.operator("object.shape_key_transfer_active")
layout.separator()
layout.operator("object.shape_key_remove", icon='X', text="Delete All Shape Keys").all = True
layout.separator()