Blender Git Loki
Git Commits -> Revision 7b51a10
Revision 7b51a10 by Sybren A. Stüvel (vr_scene_inspection) February 20, 2020, 12:00 (GMT) |
Alembic: fix unit test on Windows There are two issues solved in this commit: - Our Windows buildbot has slightly different floating point errors than the Linux one, which meant a larger delta was required for float comparisons. - The test performs an export to a temporary Alembic file and subsequently imports it. Deleting the temporary file was impossible on Windows because it was still in use. This is now resolved by first loading the default blend file before deleting the Alembic file. |
Commit Details:
Full Hash: 7b51a10bca9b01846fbf69a9b98cbd8c37c95d29
Parent Commit: 5c6f550
Committed By: Julian Eisel
Lines Changed: +17, -9
1 Modified Path:
/tests/python/bl_alembic_io_test.py (+17, -9) (Diff)