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-07-02 00:06:32 +0300
committerInes Almeida <britalmeida@gmail.com>2019-07-02 00:06:32 +0300
commit9fbfa218e0cb484ea03ef0dbf3230e40a340fdc8 (patch)
tree5082cfee532e2e55507492fd953f69fdb3a5e4cb /release/scripts/startup/bl_operators/object.py
parentfcc567b7974dbf4b41e7bfa0420126fd6909727c (diff)
Updated tooltips for operators 'Transfer Mix' and 'Join Shapes'. Fixes typo
Diffstat (limited to 'release/scripts/startup/bl_operators/object.py')
-rw-r--r--release/scripts/startup/bl_operators/object.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_operators/object.py b/release/scripts/startup/bl_operators/object.py
index 481b101eaee..e4f8daa9c4b 100644
--- a/release/scripts/startup/bl_operators/object.py
+++ b/release/scripts/startup/bl_operators/object.py
@@ -312,8 +312,7 @@ 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_label = "Transfer Shape Key"