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>2014-01-05 19:40:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-05 19:40:17 +0400
commit3027cdd0bac7fc3fc74f30369f2a41d6de15bfd9 (patch)
tree384d07c56bb55fe75fbb74fc34f6361f35094918 /source/blender/makesrna/intern/rna_curve.c
parent7f0239033b3b2d632da0654c1727ac5fc13d9ce6 (diff)
Fix own error in recent changes curve text storage,
Setting via rna crashed.
Diffstat (limited to 'source/blender/makesrna/intern/rna_curve.c')
-rw-r--r--source/blender/makesrna/intern/rna_curve.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_curve.c b/source/blender/makesrna/intern/rna_curve.c
index 8aacfe470ea..034635d0757 100644
--- a/source/blender/makesrna/intern/rna_curve.c
+++ b/source/blender/makesrna/intern/rna_curve.c
@@ -459,6 +459,7 @@ static void rna_Curve_body_set(PointerRNA *ptr, const char *value)
Curve *cu = (Curve *)ptr->id.data;
+ cu->len_wchar = len_chars;
cu->len = len_bytes;
cu->pos = len_chars;