Go to file
Campbell Barton b56d2f9766 fix [#30623] user-defined render presets bug
this report exposed multiple bugs in blender when using a non utf8 compatible home directory.

- bpy.utils.script_paths() would crash when homedir wasn't utf8 (reported bug)
- PyC_DefaultNameSpace() - would raise an error when running when __file__ was non utf8.
- preset filepath property was not set to accept non utf8.
- bpy.paths.display_name would raise an error on non utf8 paths, (used for preset draw)
2012-03-21 22:29:49 +00:00
build_files Adds support for utf paths on Windows. 2012-03-20 02:17:37 +00:00
doc Fix #30622: documentation example code for bge.types.KX_MeshProxy did not work, 2012-03-21 14:13:54 +00:00
extern modify osx CMake hack so the CMake files can be parsed more easily by naive my error checker. 2012-03-21 12:15:02 +00:00
intern Fix for [#30499] video sequencer crashes when moving around within a sequence. 2012-03-21 09:04:34 +00:00
release fix [#30623] user-defined render presets bug 2012-03-21 22:29:49 +00:00
source fix [#30623] user-defined render presets bug 2012-03-21 22:29:49 +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