Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInes Almeida <britalmeida@gmail.com>2019-06-30 21:05:54 +0300
committerInes Almeida <britalmeida@gmail.com>2019-06-30 21:07:17 +0300
commit741967079c393a9eb6babd60c92a716fafa5d3e9 (patch)
treee92318c56d905ab30ef6c8ce17d0c82d34e58f0c /release/scripts/startup/bl_operators/object.py
parent7c8bf77e1351f5e44b28cb930c3b4c46589bc5ae (diff)
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.
Diffstat (limited to 'release/scripts/startup/bl_operators/object.py')
-rw-r--r--release/scripts/startup/bl_operators/object.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_operators/object.py b/release/scripts/startup/bl_operators/object.py
index 481b101eaee..3c8fb1a4274 100644
--- a/release/scripts/startup/bl_operators/object.py
+++ b/release/scripts/startup/bl_operators/object.py
@@ -312,10 +312,9 @@ class SubdivisionSet(Operator):
class ShapeTransfer(Operator):
- """Copy another selected objects active shape to this one by """ \
- """applying the relative offsets"""
+ """Copy the active shape key of another selected object to this one"""
- bl_idname = "object.shape_key_transfer"
+ bl_idname = "object.shape_key_transfer_active"
bl_label = "Transfer Shape Key"
bl_options = {'REGISTER', 'UNDO'}