code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new image. (not use existing one)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user