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-11-10Fix own previous commit re testing of `BLI_rel_path`.Bastien Montagne
2020-10-28Fix T81421: "Saving As..." a blend file with a Script node file path filled w...Bastien Montagne
2020-05-26Fix T77021: Alembic export of animated mesh with multiple UV maps failsSybren A. Stüvel
2020-05-25Fix T76941: "Set Inverse" in Child Of constraint broken with armaturesSybren A. Stüvel
2020-05-25Tests: correct the blender path for non-portable installationsCampbell Barton
2020-05-25GTest: BLI_ghash_performance_test was failingCampbell Barton
2020-05-04Fix T76355: USD test fails in debug modeSybren A. Stüvel
2020-04-28Tests: fix some tests passing even if there are Python errorsBrecht Van Lommel
2020-04-28Fix Python bundled module test errorBrecht Van Lommel
2020-04-28Tests: add physics tests cloth and softybodyHimanshi Kalra
2020-04-28Strengthen modifiers test validation, from D7397.Howard Trickey
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-04-09USD: ensure test does not depend on BLI_assert()Sybren A. Stüvel
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-03-26Test: update bl_run_operators blacklist, add volume objectCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Tests: add OpenVDB volume testsBrecht Van Lommel
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-16Fix another implicit cast of boot to intSergey Sharybin
2020-03-16Fix implicit cast from bool to int in path testsSergey Sharybin
2020-03-16Fix a syntax error in test spec for BLI_delaunay_2d_test.Howard Trickey
2020-03-14Fix T73921: Eevee volume render test memory leak in MantaflowSebastián Barschkis
2020-03-13Python: add foreach_get and foreach_set methods to pyrna_prop_arrayBogdan Nagirniak
2020-03-11Fix/workaround Eevee tests crashing with MantaflowBrecht Van Lommel
2020-03-06Cleanup: move Alembic, AVI, Collada, and USD to `source/blender/io`Sybren A. Stüvel
2020-03-05Initial step for IDTypeInfo refactor 'cleanup' project.Bastien Montagne
2020-03-05Cleanup: formatting, strip trailing spaceCampbell Barton
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