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-06-19Cleanup: Alembic, move the C++ code to `blender::io::alembic` namespaceSybren A. Stüvel
2020-06-19Cleanup: Alembic, moved exporter code into separate directorySybren A. Stüvel
2020-06-19USD Test: Don't use designated initializersSergey Sharybin
2020-06-19Tests: Use explicit signature constantsSergey Sharybin
2020-06-19Make BLI_edgehash_test compatible with C++17Sergey Sharybin
2020-06-19Alembic: always export transforms as inheritingSybren A. Stüvel
2020-06-19Alembic: prevent spaces in names of exported particle systemsSybren A. Stüvel
2020-06-19Alembic: export object data with object data nameSybren A. Stüvel
2020-06-19IO: Allow exporting a subset of the writersSybren A. Stüvel
2020-06-19IO: Move Abstract Hierarchy Iterator into `io/common`Sybren A. Stüvel
2020-06-18Allow interpolation of matrices with negative scale / axis flipsSybren A. Stüvel
2020-06-18Tests: added simple unittests for matrix interpolationSybren A. Stüvel
2020-06-17Refactor duplicate of data-blocks.Bastien Montagne
2020-06-16Functions: Multi FunctionJacques Lucke
2020-06-16BLI: fix Map.foreach_item methodJacques Lucke
2020-06-12Functions: Wrap into blender namespaceSergey Sharybin
2020-06-12Fix/workaround compilation error on devtoolset-6Sergey Sharybin
2020-06-11BLI: define default hash function for const typesJacques Lucke
2020-06-11BLI: make Map::Item and Map::MutableItem more accessibleJacques Lucke
2020-06-10BLI: add Map.pop_default methodJacques Lucke
2020-06-10BLI: support constructing StringRef from start and end pointerJacques Lucke
2020-06-10Cleanup: improve custom data type namesJacques Lucke
2020-06-10BLI: rename tests from "array_ref" to "span"Jacques Lucke
2020-06-10BLI: add Map.pop_try methodJacques Lucke
2020-06-10BLI: update behavior of Map.lookup_or_addJacques Lucke
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2020-06-08Functions: Run-time type system and index maskJacques Lucke
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-05CleanUp: Introduce BKE_fcurve_createJeroen Bakker
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