Blender Git Loki
Git Commits -> Revision 260687d
Revision 260687d by Campbell Barton (master) December 5, 2010, 09:20 (GMT) |
use PyUnicode_DecodeFSDefault rather then PyUnicode_DecodeUTF8(str, strlen(str), "surrogateescape"), for converting non utf8 names. this is needed because some UTF8 names didnt resolve on windows when using surrogateescape'd strings. This meant you couldn't export to models some directories on windows. |
Commit Details:
Full Hash: 260687d9b1fbb5d806631de95dff2ccd57399d40
SVN Revision: 33480
Parent Commit: d30cd92
Lines Changed: +2, -1
1 Modified Path:
/source/blender/python/generic/py_capi_utils.c (+2, -1) (Diff)