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
2019-08-30Merge branch 'master' into soc-2019-openxrJulian Eisel
2019-08-26Fix render test Python error on crashesBrecht Van Lommel
2019-08-23Cleanup: Unused functions, add comments, sync to masterJulian Eisel
2019-08-20Blacklist VR add-on in Python tests if WITH_OPENXR is disabledJulian Eisel
2019-08-15Cleanup: clang-format, unused argCampbell Barton
2019-08-15Fix CDT bug causing crash with some output modes.Howard Trickey
2019-08-14Cleanup: clang-format, sort structs & cmake filesCampbell Barton
2019-08-14Text editor: syntax highlighting + line numbers on by defaultSybren A. Stüvel
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-10Cleanup: clang-formatCampbell Barton
2019-08-10Add Constrained Delaunay Triangulation routine to Blenlib.Howard Trickey
2019-08-05GTest: test cases for polyfill2d bug T67109Campbell Barton
2019-08-02Tests: also don't fail on memory leaks for gtestsBrecht Van Lommel
2019-08-02Fix broken add_python_test after recent changesBrecht Van Lommel
2019-08-02Tests: don't fail on leaks detected by leak sanitizerBrecht Van Lommel
2019-08-02Cleanup: refactor tests executing Blender to use add_blender_test functionBrecht Van Lommel
2019-08-02Fix scene units test failure after recent changesBrecht Van Lommel
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Fix: test object_modifier_array is passing when it shouldn't.Habib Gahbiche
2019-07-01Tests: Point ffmpeg data to a new folderSergey Sharybin
2019-06-28Python tests: replaced `imp` with `importlib`Sybren A. Stüvel
2019-06-28Tests: disable keymap hierarchy tests until they are fixedBrecht Van Lommel
2019-06-27Tests: speed up render tests by running multiple in the same processBrecht Van Lommel
2019-06-26Tests: put output of IO tests in subdirectoryBrecht Van Lommel
2019-06-26Tests: add navigation links for HTML test reports, and other tweaksBrecht Van Lommel
2019-06-25Fix related to T65963: Ctest: Failing test script_load_keymap passes.Bastien Montagne
2019-06-22macOS: rename blender.app to Blender.appBrecht Van Lommel
2019-06-05GTests: BLI_task: Add basic tests for BLI_task_parallel_listbase(), and some ...Bastien Montagne
2019-06-04Fix (unreported) missing updates in scripts/docs after `scene.update()` removal.Bastien Montagne
2019-05-28Tests: make grease pencil tests part of OpenGL render testsBrecht Van Lommel
2019-05-21CTest: Fix Bli_task_test failing on windows.Ray Molenkamp
2019-05-20Fix broken workbench tests after recent changesBrecht Van Lommel
2019-05-17Cycles/Eevee: unify depth of field settings for camerasJeroen Bakker
2019-05-17Eevee: Remove the Volumetric Render checkboxClément Foucault
2019-05-16Tests: add more descriptive messages when idiff is not availableBrecht Van Lommel
2019-05-16Tweak API to support adding evaluated meshes to main databaseSergey Sharybin
2019-05-16Revert "Tests: speed up render tests by running multiple in the same process"Brecht Van Lommel
2019-05-16Dependency graph API changesSergey Sharybin
2019-05-15Objects: new 3D cursor alignment option when adding objectsHans Goudey
2019-05-13Tests: disable DoF in Eevee tests for now, it adds blurring with default valuesBrecht Van Lommel
2019-05-11Tests: speed up render tests by running multiple in the same processBrecht Van Lommel
2019-05-11Tests: fix eevee and workbench using Cycles in a few testsBrecht Van Lommel
2019-05-10Tests: Be more explicit about the required location of the tests folder.Ray Molenkamp
2019-05-10Fix failing tests when Cycles is enabledBrecht Van Lommel
2019-05-09Tests: add tests/report.html that links to all HTML test reportsBrecht Van Lommel
2019-05-07Tests: add Cycles image texture colorspace testsBrecht Van Lommel
2019-05-06Tests: add Eevee reference images, and add workbench testsBrecht Van Lommel
2019-05-06Fix error running Eevee render testsBrecht Van Lommel
2019-04-29GTest: BLI_path_util testsCampbell Barton
2019-04-20Cleanup: comment line length (tests)Campbell Barton