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-03-04Cleanup: cmake indentationCampbell Barton
2020-03-04BLI_math: add clamp_v# and clamp_v#_v#v# utility functionsTiago Chaves
2020-03-03Fix delaunay triangulation, bad indices for output faces.Howard Trickey
2020-03-02Fix T65568: sewing and self collision issueIsh Bosamiya
2020-03-01Fix problem with Delaunay triangulalation re output mapping.Howard Trickey
2020-02-29Apply patch D6620, Adde tests for Deform modifiers.Howard Trickey
2020-02-29Made BLI_delaunay_2d_cdt_calc better at tiny feature elimination.Howard Trickey
2020-02-27Constraints: replace 'Set Inverse' operator with an eval-time updateSybren A. Stüvel
2020-02-25Constraints: fixed Object Solver 'Clear Inverse' operatorSybren A. Stüvel
2020-02-25Tests: Constraints, enable layer collections before testingSybren A. Stüvel
2020-02-25Constraints: added unit test for Child Of with bone targetSybren A. Stüvel
2020-02-25Start of unit test framework for constraintsSybren A. Stüvel
2020-02-18Fix Cycles fluid motion blur not working after recent refactorBrecht Van Lommel
2020-02-18Remove debug prints from blendfile_liblink.Bastien Montagne
2020-02-18Fix missing output dir for blendfile_liblink test.Bastien Montagne
2020-02-17Temp debug prints for liblink tests to check what happens on windows.Bastien Montagne
2020-02-17Alembic: fix unit test on WindowsSybren A. Stüvel
2020-02-15Cleanup: CMake formattingCampbell Barton
2020-02-14Alembic: refactor import and export of transformationsSybren A. Stüvel
2020-02-14Cleanup: Alembic, rename unit testSybren A. Stüvel
2020-02-14Cleanup: Deduplicate some code in new blenfile io/linking tests.Bastien Montagne
2020-02-13Add initial, very basic save/open & library linking blendfile tests.Bastien Montagne
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