Go to file
Alexander Kuznetsov f11a6d3a84 Adds support for utf paths on Windows.
Not all file formats/calls are supported yet. It will be expended.

Please from now on use BLI_fopen, BLI_* for file manipulations.
For non-windows systems BLI_fopen just calls fopen.
For Windows, the utf-8 string is translated to utf-16 string in order to call UTF version of the function.
2012-03-20 02:17:37 +00:00
build_files Adds support for utf paths on Windows. 2012-03-20 02:17:37 +00:00
doc == Python API docs == 2012-03-16 14:49:16 +00:00
extern Bundle latest version of Carve library which shall resolve compilation issues with clang 2012-03-12 21:18:28 +00:00
intern Adds support for utf paths on Windows. 2012-03-20 02:17:37 +00:00
release Some advanced particle rotation modes and reorganization of the rotation panel: 2012-03-20 01:00:28 +00:00
source Adds support for utf paths on Windows. 2012-03-20 02:17:37 +00:00
CMakeLists.txt dont disable python when addons aren't found (addons are not needed for python to run) 2012-03-17 18:33:51 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Spelling Cleanup 2012-03-01 12:20:18 +00:00
SConstruct building without python works again, cleanup bmesh include paths (cmake and scons). 2012-03-08 03:25:53 +00:00