code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new image. (not use existing one)
This commit is contained in:
@@ -1270,7 +1270,7 @@ int main(int argc, const char **argv)
|
||||
#endif
|
||||
|
||||
/* background render uses this font too */
|
||||
BKE_font_register_builtin(datatoc_Bfont, datatoc_Bfont_size);
|
||||
BKE_vfont_builtin_register(datatoc_Bfont, datatoc_Bfont_size);
|
||||
|
||||
/* Initialize ffmpeg if built in, also needed for bg mode if videos are
|
||||
* rendered via ffmpeg */
|
||||
|
Reference in New Issue
Block a user