Blender Git Commit Log

Git Commits -> Revision df135b7

Revision df135b7 by Campbell Barton (master)
January 27, 2021, 22:47 (GMT)
PyAPI: use PYTHONUTF8/Py_UTF8Mode on all platforms

System encoding issues have been a paint-point for us with Python 3,
since Blender always uses UTF-8 which might not be the case for the OS.

While the Py_SetStandardStreamEncoding was already set to utf-8,
the file-system could still have an incompatible encoding.

See PEP-540 for details.

Commit Details:

Full Hash: df135b74fc938ec5ff08bc912ece18917165319d
Parent Commit: e285765
Lines Changed: +14, -6

1 Modified Path:

/source/blender/python/intern/bpy_interface.c (+14, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021