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

4 Modified Paths:

/source/blender/alembic/CMakeLists.txt (+1, -0) (Diff)
/source/blender/alembic/intern/abc_exporter.cc (+68, -17) (Diff)
/source/blender/alembic/intern/abc_exporter.h (+2, -0) (Diff)
/source/blender/alembic/intern/alembic_capi.cc (+89, -36) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021