code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new image. (not use existing one)

This commit is contained in:
2012-05-05 14:52:04 +00:00
parent 299ff91ea1
commit 34b18fcbc1
30 changed files with 109 additions and 98 deletions

View File

@@ -1545,7 +1545,7 @@ static void font_duplilist(ListBase *lb, Scene *scene, Object *par, int level, i
/* in par the family name is stored, use this to find the other objects */
chartransdata= BKE_text_to_curve(G.main, scene, par, FO_DUPLI);
chartransdata= BKE_vfont_to_curve(G.main, scene, par, FO_DUPLI);
if (chartransdata==NULL) return;
cu= par->data;