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 18:48:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-05 18:49:21 +0400
commit5ff0d465ee219e43d4125b2d443dd19d4baad867 (patch)
treeef2be3bfa76f53b2b596711ca60e2b7c2e5edf0c /source/blender/blenkernel/intern/anim.c
parent3b024d63fe50d8e69d2d76e009f032cad3f1a538 (diff)
Text3d: minor edits to the API, remove BKE_vfont_to_curve_nubase_ex
Diffstat (limited to 'source/blender/blenkernel/intern/anim.c')
-rw-r--r--source/blender/blenkernel/intern/anim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/anim.c b/source/blender/blenkernel/intern/anim.c
index a84ce5677b0..e108df058ce 100644
--- a/source/blender/blenkernel/intern/anim.c
+++ b/source/blender/blenkernel/intern/anim.c
@@ -1638,7 +1638,7 @@ static void font_duplilist(ListBase *lb, Scene *scene, Object *par, int persiste
/* in par the family name is stored, use this to find the other objects */
- BKE_vfont_to_curve_ex(G.main, scene, par, FO_DUPLI,
+ BKE_vfont_to_curve_ex(G.main, scene, par, FO_DUPLI, NULL,
&text, &text_len, &text_free, &chartransdata);
if (text == NULL || chartransdata == NULL) {