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
2018-07-03Cleanup: pep8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-04Cleanup: strip tests trailing spaceCampbell Barton
2018-05-25Add number and memory size formatting throughout the UIDiego Gangl
2018-05-18Cycles tests: move to render/ folder, to share with Eevee.Brecht Van Lommel
2018-04-30BLI Color: YUV to/from rgb colorspace optionAaron Carlisle
2018-04-16Added lock-free single linked list implementationSergey Sharybin
2018-04-16Disable Feature Collada: Tests do not work on unixGaia Clary
2018-03-12Cycles: reorganize tests in more evenly distributed groups.Brecht Van Lommel
2018-03-09FFmpeg: Add regression testsSergey Sharybin
2018-03-02Tests: Avoid access globals from abstract base classSergey Sharybin
2018-03-01Python tests: Split re-usable test related functionality to a moduleSergey Sharybin
2018-02-27Collada: Added tests for Animation exportGaia Clary
2018-02-26optimized the output of the collada test script for better readingGaia Clary
2018-02-24T45687: Rework the Export/Import of AnimationsGaia Clary
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-16Code cleanup: deduplicate code for running Python scripts outside Blender.Brecht Van Lommel
2018-02-16Tests: add OpenGL UI drawing tests.Brecht Van Lommel
2018-02-16Tests: split off render report test code from Cycles tests.Brecht Van Lommel
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-14Cleanup: use prefix for testsCampbell Barton
2018-02-12Add boolean regression test.Howard Trickey
2018-02-08Cycles tests: separate directory for sss tests.Brecht Van Lommel
2018-01-26Tests: replace os.system w/ subprocess.callCampbell Barton
2018-01-19Cleanup: typosCampbell Barton
2018-01-17Memory: add MEM_malloc_arrayN() function to protect against overflow.Brecht Van Lommel
2017-12-19Cycles tests: Enable texture space testsSergey Sharybin
2017-11-23Add a new parallel looper for MemPool items to BLI_task.Bastien Montagne
2017-11-02Alembic: not using global in unit test.Sybren A. Stüvel
2017-10-29Alembic: exporting MetaBalls as meshSybren A. Stüvel
2017-10-29BLI_heap: add validation check, improve testsCampbell Barton
2017-10-29BLI_heap: minor changes to the APICampbell Barton
2017-10-28BLI_hash: add BLI_heap_reinsertCampbell Barton
2017-10-28GTest: initial BLI_heap testCampbell Barton
2017-10-26Using gtest fixtures in Alembic export testsSybren A. Stüvel
2017-10-23Correct gtest error in recent beautify changeCampbell Barton
2017-10-22Polyfill Beautify: half-edge optimizationCampbell Barton
2017-10-17Added alpha channel check to Alembic unit testSybren A. Stüvel
2017-10-11Cycles tests: Don't proint braces for empty statusSergey Sharybin
2017-09-20Fix Cycles test report not closing files properly.Brecht Van Lommel
2017-09-20BLI_polyfill2d_test: script to generate test dataCampbell Barton
2017-09-19Fix T52834: Polyfill2D fails with co-linear edgesCampbell Barton
2017-09-19BLI_polyfill2d_test: add test for T52834Campbell Barton
2017-09-19BLI_polyfill2d_test: Try flipped x/y axisCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-12Cycles tests: Add baking features testsSergey Sharybin
2017-09-12Cycles tests: add environment variable to update references renders.Brecht Van Lommel
2017-08-30Cycles: Add tangent attribute testsSergey Sharybin
2017-08-27Missing from last commitCampbell Barton
2017-08-27Cleanup: use stubs for eigen gtestCampbell Barton