Go to file
Campbell Barton c1c022342c fix for invalid use of memset when loading tiff images
- memset(..., 1.0); // isnt valid
- memset(pointer, sizeof(pointer)) // was using the sizeof the pointer, not the size of the array, since this was to fill in alpha values it was obviously wrong.
2012-04-23 23:57:17 +00:00
build_files Update build files to use the new lib locations for MinGW. For builders: you will need to checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/mingw32/ 2012-04-23 01:11:42 +00:00
doc add mesh example with docs explaining polygon / loop relationship 2012-04-23 00:20:32 +00:00
extern libmv: bundle new upstream version from own branch with rigid registration implementation 2012-04-12 11:37:51 +00:00
intern First MinGW-w64 support for cmake has been added. To test I recommend this build: 2012-04-23 20:09:59 +00:00
release fix [#30937] Pose UI hack needed to be undone, alternate fix is needed. 2012-04-23 09:17:37 +00:00
source fix for invalid use of memset when loading tiff images 2012-04-23 23:57:17 +00:00
CMakeLists.txt Enable support for OpenEXR on cmake for MinGW64 2012-04-23 22:56:34 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Spelling Cleanup 2012-03-01 12:20:18 +00:00
SConstruct Scons: 2012-04-14 22:33:48 +00:00