blender/release
Nathan Letwory a97af1449c Fix UnicodeEncodingError, which prevents netrender, reprojection and playback from working on Windows in certain situations.
Users can set their machine name to something containing non-ascii characters. In Python this currently causes problem due to
socket.gethostname() throwing UnicodeEncodingError. Work around this by not using platform.system() (which uses internally socket.gethostname()).

See http://www.pasteall.org/16215 for backtrace
2010-10-13 21:53:37 +00:00
..
bin remove redundant []'s for list comprehension's, py2.4+ supports this. 2010-09-19 07:07:14 +00:00
datafiles bugfix [#24062] draw_view_icon() broken 2010-09-30 07:31:37 +00:00
freedesktop patch [#23671] [desktop file] add translations and remove deprecated key. 2010-09-05 15:15:27 +00:00
irix-6.2-mips correct fsf address 2010-02-12 13:34:04 +00:00
plugins Update address in license block. 2010-08-10 21:22:26 +00:00
scripts Fix UnicodeEncodingError, which prevents netrender, reprojection and playback from working on Windows in certain situations. 2010-10-13 21:53:37 +00:00
test remove redundant []'s for list comprehension's, py2.4+ supports this. 2010-09-19 07:07:14 +00:00
text * Fixing Link to Release Logs. 2010-09-26 08:27:59 +00:00
windows Windows Installer: 2010-09-07 08:16:28 +00:00
environment-macosx Continue development of bfile system. 2009-10-19 18:44:09 +00:00
environment-mswindows Continue development of bfile system. 2009-10-19 18:44:09 +00:00
environment-unix Continue development of bfile system. 2009-10-19 18:44:09 +00:00
getversion.py use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
VERSION Part 3 of 2.54 commits (1 more!) 2010-09-10 16:34:03 +00:00