Blender Git Commit Log
Git Commits -> Revision 3c533be
Revision 3c533be by Kévin Dietrich (master) August 25, 2016, 03:19 (GMT) |
Fix T49112: Alembic unicode path issues on Windows. Now we pass streams to Alembic instead of passing the filename string. That way we can open the stream ourselves with the proper unicode encoding. Note that this only applies to Ogawa archive, as HDF5 does not support streams. Differential Revision: https://developer.blender.org/D2160 |
Commit Details:
Full Hash: 3c533be77ea8f6c88b188eb870bb46ba972d1372
Parent Commit: bfc5a94
Lines Changed: +160, -53