Does someone know where icons are packed in the code? I find all function concerning icon but not the icons definition…the RGBA data. For example, if I want to change the look of an icon… which file do I have to modify? where is the icon ->data?
Thanks for your Help,
Salvatore
Where are Icon in source?
Moderators: jesterKing, stiv
The buttons are stored as a c file in /source/blender/src/blenderbuttons.c
To convert the image to a c file, use datatoc.c found in /release/datafiles/datatoc.c
The image used to make blenderbuttons.c is also found in /release/datafiles, filename blenderbuttons, you have to add the extension .png to view it
To convert the image to a c file, use datatoc.c found in /release/datafiles/datatoc.c
The image used to make blenderbuttons.c is also found in /release/datafiles, filename blenderbuttons, you have to add the extension .png to view it
The dawn of a new error...