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...
This commit is contained in:
Brecht Van Lommel 2010-07-30 09:32:21 +00:00
parent 477c924f50
commit fdae90fb1f

@ -731,7 +731,7 @@ static void rna_def_brush(BlenderRNA *brna)
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 */