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>2016-03-04 00:40:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-03-04 00:40:22 +0300
commit9c8b6cc3fd81722d0d714df89b29463c27b20f14 (patch)
treefb6db1202c82604cd56c3b66cac107844d905f93 /source/blender/makesrna/intern/rna_curve.c
parentf38c175fc8e86e728bdb69d6c2570a0bb80ca010 (diff)
Docs: include mathutils.interpolate
Diffstat (limited to 'source/blender/makesrna/intern/rna_curve.c')
-rw-r--r--source/blender/makesrna/intern/rna_curve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_curve.c b/source/blender/makesrna/intern/rna_curve.c
index 3fbc7899ed4..d28dd8f7607 100644
--- a/source/blender/makesrna/intern/rna_curve.c
+++ b/source/blender/makesrna/intern/rna_curve.c
@@ -1046,8 +1046,8 @@ static void rna_def_font(BlenderRNA *UNUSED(brna), StructRNA *srna)
RNA_def_property_string_maxlength(prop, MAX_ID_NAME - 2);
RNA_def_property_ui_text(prop, "Object Font",
"Use Objects as font characters (give font objects a common name "
- "followed by the character they represent, eg. 'family_a', 'family_b', etc, "
- "set this setting to 'family_', and turn on Vertex Duplication)");
+ "followed by the character they represent, eg. 'family-a', 'family-b', etc, "
+ "set this setting to 'family-', and turn on Vertex Duplication)");
RNA_def_property_update(prop, 0, "rna_Curve_update_data");
prop = RNA_def_property(srna, "body", PROP_STRING, PROP_NONE);