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-02-11Fix T68243: Python sqlite module not working on macOSBrecht Van Lommel
2020-02-10BLI: improve various C++ data structuresJacques Lucke
2020-01-29Applying patch D6576, more tests for modifiers.Howard Trickey
2020-01-28Disable some longer running tests from previous commit.Howard Trickey
2020-01-28Fix T73271, Delaunay Triangulation not robust enough.Howard Trickey
2020-01-27Document that tessellate_polygon() doesn't handle degenerate geometrySybren A. Stüvel
2020-01-27Fix OBJECT_GUARDED_FREE compiler error when type is in namespaceBrecht Van Lommel
2020-01-27Fix tests failing when building without CyclesBrecht Van Lommel
2020-01-25Cleanup: include missing CMake headersCampbell Barton
2020-01-24Merge branch 'blender-v2.82-release'Alexander Gavrilov
2020-01-24Depsgraph: fix false positive time dependencies for simple drivers.Alexander Gavrilov
2020-01-23Merge branch 'blender-v2.82-release'Sergey Sharybin
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2020-01-23Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_alignedJacques Lucke
2020-01-17Cleanup: Fix typo in instruction commentsHans Goudey
2020-01-16CMake: Fix linking of ffmpeg_test on macOSSergey Sharybin
2020-01-15Fix linking error with ffmpeg_test on LinuxBrecht Van Lommel
2020-01-14test: Add basic codec test for ffmpeg.Ray Molenkamp
2020-01-13Accepting patch D5357: Modifiers and operators automated testing.Howard Trickey
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