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-05-26Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-26Fix T77021: Alembic export of animated mesh with multiple UV maps failsSybren A. Stüvel
2020-05-25Merge remote-tracking branch 'origin/blender-v2.83-release'Dalai Felinto
2020-05-25Fix T76941: "Set Inverse" in Child Of constraint broken with armaturesSybren A. Stüvel
2020-05-25Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-25Tests: correct the blender path for non-portable installationsCampbell Barton
2020-05-25Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-25GTest: BLI_ghash_performance_test was failingCampbell Barton
2020-05-25Task: Graph Flow Task SchedulingJeroen Bakker
2020-05-21BLI: improve Vector testJacques Lucke
2020-05-20Fix Windows build after recent guardedalloc changesBrecht Van Lommel
2020-05-08Cleanup: USD test, clarfied commentSybren A. Stüvel
2020-05-08Tests: Alembic, log entire command when `abcls` failsSybren A. Stüvel
2020-05-08Cleanup: Alembic, moved axis conversion functions into their own filesSybren A. Stüvel
2020-05-04Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-04Fix T76355: USD test fails in debug modeSybren A. Stüvel
2020-05-04Add StringMap.LookupOrAdd and StringMap.LookupOrAddDefaultJacques Lucke
2020-05-04Cleanup: USD tests, use `EXPECT_LT` and `EXPECT_FALSE` where appropriateSybren A. Stüvel
2020-05-03Cleanup: clang-formatCampbell Barton
2020-05-01Fix: added missing buildinfo to BKE_fcurve testSybren A. Stüvel
2020-05-01Tests: Animation, added unittests for FCurve evaluationSybren A. Stüvel
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
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