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-01-24Depsgraph: fix false positive time dependencies for simple drivers.Alexander Gavrilov
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2020-01-09Cycles: Disable fluid motion blur regression testSergey Sharybin
2020-01-08Fix build error in tests on Clang / macOSBrecht Van Lommel
2020-01-08Fix T72878: Alphabetical sorting in Outliner sorts shorter names lastJulian Eisel
2020-01-08Tests: Natural string comparing (BLI_strcasecmp_natural())Julian Eisel
2019-12-21Fix crash in delaunay triangulation due to epsilon issues.Howard Trickey
2019-12-20ID Management: Add some basic tests regarding name handling.Bastien Montagne
2019-12-17Cleanup: spellingCampbell Barton
2019-12-13USD: disabled unit test that fails on the buildbotSybren A. Stüvel
2019-12-13USD: Simplified unit test and made it work on Windows as wellSybren A. Stüvel
2019-12-13USD: Remove file created in unit test after the test is doneSybren A. Stüvel
2019-12-13USD: Introducing a simple USD ExporterSybren A. Stüvel
2019-12-10Cleanup: extra semicolon, comma warningsCampbell Barton
2019-11-29Alembic: fixed unit test for exporter API changeSybren A. Stüvel
2019-11-28Tests: Blendfile-loading test classSybren A. Stüvel
2019-11-27Clean/Fix remaining cases of props assignments in resgistrable structs def.Bastien Montagne
2019-11-26BLI_task: Add pooled threaded index range iterator, Take II.Bastien Montagne
2019-11-25Revert "BLI_task: Add pooled threaded index range iterator."Bastien Montagne
2019-11-25BLI_task: Add pooled threaded index range iterator.Bastien Montagne
2019-10-30BLI_task: Add new generic `BLI_task_parallel_iterator()`.Bastien Montagne
2019-10-28Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-10-22Cleanup: clang-format, trailing spaceCampbell Barton
2019-10-20Cleanup: missing declaration warningsCampbell Barton
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-10-09Fix Delaunay 2d valid bmesh mode bug.Howard Trickey
2019-10-07Cleanup: quiet warningsCampbell Barton
2019-10-03Fix: Unit tests on windows.Ray Molenkamp
2019-09-19Fix T68091: Adding a corrupt video crashes/confuses BlenderSybren A. Stüvel
2019-09-14BLI: make Map.add_or_modify more powerfulJacques Lucke
2019-09-14BLI: rename SetVector to VectorSetJacques Lucke
2019-09-14BLI: Improve forwarding semantics of some data structuresJacques Lucke
2019-09-13BLI: add some missing methods to Map and SetVectorJacques Lucke
2019-09-13BLI: new C++ hash table data structuresJacques Lucke
2019-09-12BLI: new StringRef and StringRefNull data structuresJacques Lucke
2019-09-12BLI: new C++ ArrayRef, Vector, Stack, ... data structuresJacques Lucke
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-08Fix script_load_modules test failure in power sequencerBrecht Van Lommel
2019-09-07Fix GTests failing on Windows buildbotBrecht Van Lommel
2019-09-07Tests: run tests from install pathBrecht Van Lommel
2019-09-07Fix two bugs in delaunay blenlib function.Howard Trickey
2019-09-07Cleanup: style, spellingCampbell Barton
2019-09-07EEVEE: Fix tests crashing if file is in edit modeClément Foucault
2019-09-06Eevee: Improve Test setupClément Foucault
2019-08-30Cleanup: remove debug printBrecht Van Lommel
2019-08-30Tests: reorder render tests so cycles/eevee/workbench are not interleavedBrecht Van Lommel
2019-08-26Fix render test Python error on crashesBrecht Van Lommel
2019-08-15Cleanup: clang-format, unused argCampbell Barton
2019-08-15Fix CDT bug causing crash with some output modes.Howard Trickey