Updated tooltips for operators 'Transfer Mix' and 'Join Shapes'. Fixes typo

This commit is contained in:
Ines Almeida
2019-07-01 23:06:32 +02:00
parent fcc567b797
commit 9fbfa218e0
5 changed files with 5 additions and 6 deletions

View File

@@ -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"

View File

@@ -2826,7 +2826,7 @@ void OBJECT_OT_join_shapes(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Join as Shapes";
ot->description = "Merge selected objects to shapes of active object";
ot->description = "Copy the current resulting shape of another selected object to this one";
ot->idname = "OBJECT_OT_join_shapes";
/* api callbacks */