Revert "Rename operator 'Join Shapes' to 'Transfer Mix'."
This reverts commit 741967079c
.
We are in UI and API freeze, and this changes both.
This commit is contained in:
@@ -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.shape_key_transfer_mix")
|
||||
layout.operator("object.shape_key_transfer_active")
|
||||
layout.operator("object.join_shapes")
|
||||
layout.operator("object.shape_key_transfer")
|
||||
layout.separator()
|
||||
layout.operator("object.shape_key_remove", icon='X', text="Delete All Shape Keys").all = True
|
||||
layout.separator()
|
||||
|
Reference in New Issue
Block a user