Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-09-15Cleanup: add missing headers to CMake, formattingCampbell Barton
2020-09-15Fix T75881: Animation, limitation of Bézier HandlesTonyG
2020-09-14Alembic export: write custom propertiesSybren A. Stüvel
2020-08-30Re-enable modifer and bmesh_boolean tests.Howard Trickey
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-26Tests: fail automated tests on memory leaks and other internal errorsJacques Lucke
2020-08-19Tests: use guarded allocator in testsJacques Lucke
2020-08-17Tests: fix Alembic export test on WindowsSybren A. Stüvel
2020-08-17Fix T75936: Alembic, allow exporting of invisible objectsSybren A. Stüvel
2020-08-17Cleanup: Alembic, rename test in CMake for consistencySybren A. Stüvel
2020-08-17Fix typo: missing `f` string prefix in Alembic export testSybren A. Stüvel
2020-08-17Cleanup: Alembic tests, add note explaining how the export tests workSybren A. Stüvel
2020-08-17Cleanup: rename `alembic_tests.py` to `alembic_tests_export.py`Sybren A. Stüvel
2020-08-17Tests: Better error reporting in `AbstractAlembicTest`Sybren A. Stüvel
2020-08-17Fix formatting bug in `AbstractAlembicTest` classSybren A. Stüvel
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-05Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-08-05Correct recent fix for Cycles motion blur testSergey Sharybin
2020-08-05Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-05Fix failing USD test on macOS after becoming part of blender test runnerBrecht Van Lommel
2020-08-05Fix T78777: Cycles motion blur test differences between AVX/AVX2Brecht Van Lommel
2020-08-01Cleanup: spelling (initialized)Campbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-31Fix blender_test runner build on the buildbot on Linux and macOSBrecht Van Lommel
2020-07-31Fix build of blender_test runner on macOSBrecht Van Lommel
2020-07-31Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-07-31BLI: Initial implementation of generic session UUID APISergey Sharybin
2020-07-30Fix: Blender_test not working on windows.Ray Molenkamp
2020-07-30Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-07-29Fix failing PLY test, update hash because metadata changedBrecht Van Lommel
2020-07-28Merge branch 'blender-v2.90-release'Jacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-07-27Merge remote-tracking branch 'origin/blender-v2.90-release'Sybren A. Stüvel
2020-07-27Fix USD unit test on buildbotSybren A. Stüvel
2020-07-27CTest: Fix blender_test not working on windows.Ray Molenkamp
2020-07-26Functions: move tests closer to codeJacques Lucke
2020-07-24Merge branch 'blender-v2.90-release'Jacques Lucke
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-07-23Cleanup: unify naming between different spansJacques Lucke
2020-07-23BLI: move some tests into blenlib/testsJacques Lucke
2020-07-21Bevel: Refactor "Vertex Only" to an enumHans Goudey
2020-07-21Drivers: add lerp and clamp functions to namespace.Alexander Gavrilov
2020-07-20BLI: add Vector/Array.fill methodsJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-17Cleanup: avoid static initialization order issues when accessing CPPTypesJacques Lucke
2020-07-16Tests: disable ASAN when discovering testsSybren A. Stüvel
2020-07-16Tests: move tests from USD test directory into `io/common` and `io/usd`Sybren A. Stüvel
2020-07-16T73268: Link C/C++ unit tests into single executableSybren A. Stüvel
2020-07-16BLI: move safe math functions to separate headerJacques Lucke
2020-07-16BLI: add safe_divide, safe_modf and safe_logfJacques Lucke