[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36406] trunk/blender/source/blender/ makesrna/intern/rna_brush.c: Oops. Forgot this tooltip in previous commit.

Sergey Sharybin g.ulairi at gmail.com
Sun May 1 10:52:33 CEST 2011


Revision: 36406
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36406
Author:   nazgul
Date:     2011-05-01 08:52:33 +0000 (Sun, 01 May 2011)
Log Message:
-----------
Oops. Forgot this tooltip in previous commit.

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_brush.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_brush.c	2011-05-01 08:50:09 UTC (rev 36405)
+++ trunk/blender/source/blender/makesrna/intern/rna_brush.c	2011-05-01 08:52:33 UTC (rev 36406)
@@ -352,7 +352,7 @@
 	static EnumPropertyItem texture_angle_source_items[] = {
 		{0, "USER", 0, "User", "Rotate the brush texture by given angle"},
 		{BRUSH_RAKE, "RAKE", 0, "Rake", "Rotate the brush texture to match the stroke direction"},
-		{BRUSH_RANDOM_ROTATION, "RANDOM", 0, "Random", ""},
+		{BRUSH_RANDOM_ROTATION, "RANDOM", 0, "Random", "Rotate the brush texture at random"},
 		{0, NULL, 0, NULL, NULL}};
 
 	static EnumPropertyItem texture_angle_source_no_random_items[] = {




More information about the Bf-blender-cvs mailing list