[Bf-committers] Preview Icon alpha

2014-04-26 Thread Antony Riakiotakis
Hi, I am in the process of updating the paint brush icons [1] and I have been looking at the icon preview code, file interface_icons.c, function icon_draw_size. There are some caveats in the code: First, we assume premultiplied images, while the pngs used from our data_to_c conversions use

[Bf-committers] Link error - JPEG_LIBRARY not found

2014-04-26 Thread Grigory Revzin
Hello. For a while now I've had an irritating build error. When CMake runs, it complains about Could NOT find JPEG (missing: JPEG_LIBRARY) When MSVC links, it errors with unresolved externals from jpeg.c. This happens on two different PCs. I worked around by commenting out jpeg in imbuf's

Re: [Bf-committers] Link error - JPEG_LIBRARY not found

2014-04-26 Thread brita
Hey, run ccmake or cmake-gui and check the values where it is searching for the jpeg library. There is probably something not set properly there. ___ Bf-committers mailing list Bf-committers@blender.org

Re: [Bf-committers] Link error - JPEG_LIBRARY not found

2014-04-26 Thread Grigory Revzin
Found it, thanks - seemingly it expects the lib to be called jpeg.lib, not libjpeg.lib like on the SVN. Renaming fixed the problem. But does anyone else have the issue or it's only my two computers? D: On Sat, Apr 26, 2014 at 11:51 PM, brita britalme...@gmail.com wrote: Hey, run ccmake or