Blender Git Commit Log
Git Commits -> Revision 395e0c7
Revision 395e0c7 by Sybren A. Stüvel (master) February 17, 2020, 10:31 (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: 395e0c79bdb934d3f0d954ebe76d8e7d0c553986
Parent Commit: cec7db2
Lines Changed: +17, -9
1 Modified Path:
/tests/python/bl_alembic_io_test.py (+17, -9) (Diff)