[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12301] trunk/blender/source/blender/src/ editobject.c: Cosmetic change for Copy Attributes menu (Ctrl-C).

Martin Poirier theeth at yahoo.com
Fri Oct 19 19:31:58 CEST 2007


Revision: 12301
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12301
Author:   theeth
Date:     2007-10-19 19:31:57 +0200 (Fri, 19 Oct 2007)

Log Message:
-----------
Cosmetic change for Copy Attributes menu (Ctrl-C).

The "drawtype" options copies all the draw extra (x-ray, wire, ...) too, so I've renamed the menu entry "draw options".

Modified Paths:
--------------
    trunk/blender/source/blender/src/editobject.c

Modified: trunk/blender/source/blender/src/editobject.c
===================================================================
--- trunk/blender/source/blender/src/editobject.c	2007-10-19 03:56:22 UTC (rev 12300)
+++ trunk/blender/source/blender/src/editobject.c	2007-10-19 17:31:57 UTC (rev 12301)
@@ -3423,7 +3423,7 @@
 	 * view3d_edit_object_copyattrmenu() and in toolbox.c
 	 */
 	
-	strcpy(str, "Copy Attributes %t|Location%x1|Rotation%x2|Size%x3|Drawtype%x4|Time Offset%x5|Dupli%x6|%l|Mass%x7|Damping%x8|Properties%x9|Logic Bricks%x10|Protected Transform%x29|%l");
+	strcpy(str, "Copy Attributes %t|Location%x1|Rotation%x2|Size%x3|Draw Options%x4|Time Offset%x5|Dupli%x6|%l|Mass%x7|Damping%x8|Properties%x9|Logic Bricks%x10|Protected Transform%x29|%l");
 	
 	strcat (str, "|Object Constraints%x22");
 	strcat (str, "|NLA Strips%x26");





More information about the Bf-blender-cvs mailing list