Skip to content

testing/alembic: fixes for non-x86 builds

Damian Kurek requested to merge (removed):alembic_fixes into master

Fixed an error where reading strings from an archive fails because on other architectures char is unsigned by default, but the library expects signed char which is default in x86

Edited by Damian Kurek

Merge request reports