tornavis/tests
Sybren A. Stüvel 395e0c79bd 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.
2020-02-17 11:31:09 +01:00
..
gtests Cleanup: CMake formatting 2020-02-15 10:40:41 +11:00
python Alembic: fix unit test on Windows 2020-02-17 11:31:09 +01:00
CMakeLists.txt Fix: Unit tests on windows. 2019-10-03 11:34:04 -06:00
check_deprecated.py