Updated tooltips for operators 'Transfer Mix' and 'Join Shapes'. Fixes typo
This commit is contained in:
Submodule release/datafiles/locale updated: d1f85e37b7...6a6b84fd50
Submodule release/scripts/addons updated: ae3237c4c5...16040b3f21
Submodule release/scripts/addons_contrib updated: e83541d42c...f00d4fbe84
@@ -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"
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user