02-09-2024, 05:31 AM
By any chance, does anyone have the Mirai style icon bundle for Wings3D that was available on the old Wings3D forum?
02-09-2024, 05:31 AM
By any chance, does anyone have the Mirai style icon bundle for Wings3D that was available on the old Wings3D forum?
02-09-2024, 02:20 PM
Wow, that's very old. I found the post and it's from 2010.
I think it could be rebuilt for someone, but the ones for Outliner would not be replaced because there are new ones - in this case, new ones would be created to harmonise with to the light green ones. In the project source, the icons can be found at wings\icons\. Each set is in a sub-folder (bluecube, classic and purpletube). To create a new one it will be necessary to replicate the icons existing in bluecube, for instance (names and size). Then edit the Makefile to include the new set in the variable ICONSETS. After that, run make should generate a file which the name has this pattern: wings_icon_<iconset name>.bundle that will be created at the wings\ebin\ directory. This file should be copied to the Wings3D istall folder at some place like this: C:\Program Files\wings3d_2.3\lib\wings-2.3\ebin |
|