[Bf-blender-cvs] [33e8451] master: Better description for the "make links" operator.

Lukas Tönne noreply at git.blender.org
Thu Jun 26 10:49:01 CEST 2014


Commit: 33e8451d4b15d04872ee0923600aad0627ab040e
Author: Lukas Tönne
Date:   Thu Jun 26 10:38:53 2014 +0200
https://developer.blender.org/rB33e8451d4b15d04872ee0923600aad0627ab040e

Better description for the "make links" operator.

This is a misnomer: the operator copies data (mostly pointers) of
various types from the active to selected objects. "Make Link" implies
creating a permanent connection between these objects ...

===================================================================

M	source/blender/editors/object/object_relations.c

===================================================================

diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c
index 6ff21f7..9d7a359 100644
--- a/source/blender/editors/object/object_relations.c
+++ b/source/blender/editors/object/object_relations.c
@@ -1679,7 +1679,7 @@ void OBJECT_OT_make_links_data(wmOperatorType *ot)
 
 	/* identifiers */
 	ot->name = "Link Data";
-	ot->description = "Make links from the active object to other selected objects";
+	ot->description = "Apply active object links to other selected objects";
 	ot->idname = "OBJECT_OT_make_links_data";
 
 	/* api callbacks */




More information about the Bf-blender-cvs mailing list