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-04-28BLI: add VectorSet.is_empty methodJacques Lucke
2020-04-28BLI: rename Vector.empty to Vector.is_emptyJacques Lucke
2020-04-28BLI: add Set.clear methodJacques Lucke
2020-04-28BLI: add Set.is_empty methodJacques Lucke
2020-04-28BLI: add Map.lookup_or_add_default methodJacques Lucke
2020-04-28Fix armature roll test failing on macOSBrecht Van Lommel
2020-04-28Merge branch 'blender-v2.83-release'Brecht Van Lommel
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-28BLI: add Map.is_empty() methodJacques Lucke
2020-04-25BLI: add LinearAllocatorJacques Lucke
2020-04-25BLI: improve StringRef.copyJacques Lucke
2020-04-24BLI: Implement StringMap.add and StringMap.add_or_modifyJacques Lucke
2020-04-24Tests: use explicit Python to run unit testsSybren A. Stüvel
2020-04-23BLI: various data structure improvementsJacques Lucke
2020-04-23BLI: remove TaskParallelRangePoolBrecht Van Lommel
2020-04-23Fix T76005: BLI_task test failing after recent changesBrecht Van Lommel
2020-04-23BLI: optimize VectorSet implementationJacques Lucke
2020-04-22Tests: Fix build error in BKE_armature testRay Molenkamp
2020-04-21Tests: added unit test for `mat3_vec_to_roll()` functionSybren A. Stüvel
2020-04-21BLI: simplify naming of listbase wrapperJacques Lucke
2020-04-21BLI: Use .hh extension for C++ headers in blenlibJacques Lucke
2020-04-21CleanUp: Renamed `BLI_task_pool_userdata` to `BLI_task_pool_user_data`Jeroen Bakker
2020-04-21Strengthen modifiers test validation, from D7397.Howard Trickey
2020-04-17Task: Separate Finalize into Reduce And FreeJeroen Bakker
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