Blender Git Loki

Git Commits -> Revision a97af14

Revision a97af14 by Nathan Letwory (master)
October 13, 2010, 21:53 (GMT)
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

Commit Details:

Full Hash: a97af1449c60219f7a7647fd029e623427632c22
SVN Revision: 32454
Parent Commit: 32ac21a
Lines Changed: +18, -5

3 Modified Paths:

/release/scripts/io/netrender/slave.py (+6, -1) (Diff)
/release/scripts/op/image.py (+6, -2) (Diff)
/release/scripts/op/screen_play_rendered_anim.py (+6, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021