Renaming the extensionless "blenderbuttons" to "blender_icons.png"

This commit is contained in:
Joshua Leung
2011-10-28 00:09:13 +00:00
parent 4ce5bb0ba2
commit 015b7b4fa9
5 changed files with 7 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 210 KiB

View File

@@ -47,7 +47,7 @@ if(WITH_BLENDER)
# images
splash.png.c
blenderbuttons.c
blender_icons.png.c
# brushes
add.png.c

View File

@@ -1,7 +1,7 @@
/* DataToC output of file <blenderbuttons> */
/* DataToC output of file <blender_icons_png> */
int datatoc_blenderbuttons_size= 214916;
char datatoc_blenderbuttons[]= {
int datatoc_blender_icons_png_size= 214916;
char datatoc_blender_icons_png[]= {
137, 80, 78, 71,
13, 10, 26, 10, 0, 0, 0, 13, 73, 72, 68, 82, 0, 0, 2, 90, 0, 0, 2,128, 8, 6, 0, 0, 0, 68,254,214,163, 0, 0, 10,
79,105, 67, 67, 80, 80,104,111,116,111,115,104,111,112, 32, 73, 67, 67, 32,112,114,111,102,105,108,101, 0, 0,120,218,157, 83,

View File

@@ -36,8 +36,8 @@
extern int datatoc_startup_blend_size;
extern char datatoc_startup_blend[];
extern int datatoc_blenderbuttons_size;
extern char datatoc_blenderbuttons[];
extern int datatoc_blender_icons_png_size;
extern char datatoc_blender_icons_png[];
extern int datatoc_prvicons_size;
extern char datatoc_prvicons[];

View File

@@ -527,7 +527,7 @@ static void init_internal_icons(void)
}
}
if(bbuf==NULL)
bbuf = IMB_ibImageFromMemory((unsigned char*)datatoc_blenderbuttons, datatoc_blenderbuttons_size, IB_rect, "<blender icons>");
bbuf = IMB_ibImageFromMemory((unsigned char*)datatoc_blender_icons_png, datatoc_blender_icons_png_size, IB_rect, "<blender icons>");
if(bbuf) {
/* free existing texture if any */