[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57669] trunk/blender/source/blender/ makesrna/intern/rna_sculpt_paint.c: Clarify tooltip for Weight paint tool

Gaia Clary gaia.clary at machinimatrix.org
Sun Jun 23 19:27:51 CEST 2013


Revision: 57669
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57669
Author:   gaiaclary
Date:     2013-06-23 17:27:50 +0000 (Sun, 23 Jun 2013)
Log Message:
-----------
Clarify tooltip for Weight paint tool

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_sculpt_paint.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_sculpt_paint.c	2013-06-23 15:48:00 UTC (rev 57668)
+++ trunk/blender/source/blender/makesrna/intern/rna_sculpt_paint.c	2013-06-23 17:27:50 UTC (rev 57669)
@@ -444,7 +444,7 @@
 	/* weight paint only */
 	prop = RNA_def_property(srna, "use_group_restrict", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "flag", VP_ONLYVGROUP);
-	RNA_def_property_ui_text(prop, "Restrict", "Restrict painting to verts already apart of the vertex group");
+	RNA_def_property_ui_text(prop, "Restrict", "Restrict painting to vertices in the group");
 }
 
 static void rna_def_image_paint(BlenderRNA *brna)




More information about the Bf-blender-cvs mailing list