[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33061] trunk/blender/source/blender/ makesrna/intern/rna_scene.c: Correct description for Projection property ( it doesn't just work on vertice)

Martin Poirier theeth at yahoo.com
Sun Nov 14 19:31:32 CET 2010


Revision: 33061
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33061
Author:   theeth
Date:     2010-11-14 19:31:32 +0100 (Sun, 14 Nov 2010)

Log Message:
-----------
Correct description for Projection property (it doesn't just work on vertice)

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_scene.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_scene.c	2010-11-14 18:27:25 UTC (rev 33060)
+++ trunk/blender/source/blender/makesrna/intern/rna_scene.c	2010-11-14 18:31:32 UTC (rev 33061)
@@ -1123,7 +1123,7 @@
 	
 	prop= RNA_def_property(srna, "use_snap_project", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "snap_flag", SCE_SNAP_PROJECT);
-	RNA_def_property_ui_text(prop, "Project Individual Elements", "Project vertices on the surface of other objects");
+	RNA_def_property_ui_text(prop, "Project Individual Elements", "Project individual elements on the surface of other objects");
 	RNA_def_property_ui_icon(prop, ICON_RETOPO, 0);
 	RNA_def_property_update(prop, NC_SCENE|ND_TOOLSETTINGS, NULL); /* header redraw */
 





More information about the Bf-blender-cvs mailing list