Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-07-30 10:48:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-30 10:48:18 +0400
commit648f40f409f1f3fd351a9baa3d0a9f29c4033cf1 (patch)
tree9828641c5e9333c697c5d8647e1fa2eb1c9820bf /source/blender/makesrna/intern/rna_brush.c
parent449f8ce4feeef8cfa57a8cbe299e0e718b9473b4 (diff)
bugfix [#22660] Text Boxes properties are not animateable.
suggestion [#23093] Curve -> CurveMapping in brush...
Diffstat (limited to 'source/blender/makesrna/intern/rna_brush.c')
-rw-r--r--source/blender/makesrna/intern/rna_brush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index 7a08e1403e3..b9664c556db 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -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, "Curve", "Editable falloff curve");
+ RNA_def_property_ui_text(prop, "CurveMapping", "Editable falloff curve");
RNA_def_property_update(prop, 0, "rna_Brush_update");
/* texture */