[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30892] trunk/blender/source/blender/ makesrna/intern/rna_brush.c: Revert [#23093] Curve -> CurveMapping in brush .

Brecht Van Lommel brecht at blender.org
Fri Jul 30 11:32:21 CEST 2010


Revision: 30892
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30892
Author:   blendix
Date:     2010-07-30 11:32:21 +0200 (Fri, 30 Jul 2010)

Log Message:
-----------
Revert [#23093] Curve -> CurveMapping in brush. Don't use camel case for
UI text, and this makes it inconsistent with the property name too, Curve
is just fine...

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	2010-07-30 08:43:22 UTC (rev 30891)
+++ trunk/blender/source/blender/makesrna/intern/rna_brush.c	2010-07-30 09:32:21 UTC (rev 30892)
@@ -731,7 +731,7 @@
 
 	prop= RNA_def_property(srna, "curve", PROP_POINTER, PROP_NONE);
 	RNA_def_property_flag(prop, PROP_NEVER_NULL);
-	RNA_def_property_ui_text(prop, "CurveMapping", "Editable falloff curve");
+	RNA_def_property_ui_text(prop, "Curve", "Editable falloff curve");
 	RNA_def_property_update(prop, 0, "rna_Brush_update");
 
 	/* texture */





More information about the Bf-blender-cvs mailing list