[Bf-blender-cvs] [fc416c31750] master: Cleanup: rename 'ObData' to 'Object Data'

Campbell Barton noreply at git.blender.org
Sun Apr 14 11:20:52 CEST 2019


Commit: fc416c3175041f36c68888d6a0eef5958a181b80
Author: Campbell Barton
Date:   Sun Apr 14 11:19:09 2019 +0200
Branches: master
https://developer.blender.org/rBfc416c3175041f36c68888d6a0eef5958a181b80

Cleanup: rename 'ObData' to 'Object Data'

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

M	source/blender/makesrna/intern/rna_userdef.c

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

diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index a2de1712960..da41134f4ab 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -4056,7 +4056,7 @@ static void rna_def_userdef_edit(BlenderRNA *brna)
 	};
 
 	static const EnumPropertyItem material_link_items[] = {
-		{0, "OBDATA", 0, "ObData", "Toggle whether the material is linked to object data or the object block"},
+		{0, "OBDATA", 0, "Object Data", "Toggle whether the material is linked to object data or the object block"},
 		{USER_MAT_ON_OB, "OBJECT", 0, "Object",
 		                 "Toggle whether the material is linked to object data or the object block"},
 		{0, NULL, 0, NULL, NULL},



More information about the Bf-blender-cvs mailing list