Blender Git Loki
Git Commits -> Revision 34b5bd7
Revision 34b5bd7 by Brecht Van Lommel (master) May 1, 2013, 17:43 (GMT) |
Fix #35081: opening .blend files with chinese characters not working. For compressed files we were not passing the full wide char path to zlib, so not all file names worked. Now we use gzopen_w available in new zlib versions. Patch by Tamito Kajiyama, I added an extra check for the zlib version so it keeps compiling with older versions for now. For platform maintainers: Part of this commit are zlib 1.2.8 libraries for windows 32 bit. We still need update libraries for windows 64 bit and mingw. There's a readme.txt and build.bat included with instructions on how to build. |
Commit Details:
Full Hash: 34b5bd7283f6384606571a0803ad01368da23ae3
SVN Revision: 56454
Parent Commit: 75aeb37
Lines Changed: +14, -4
1 Modified Path:
/source/blender/blenlib/intern/fileops.c (+14, -4) (Diff)