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
2018-11-12Update test, missed when changing Object.select_set()Campbell Barton
2018-11-11Fix T57776: Error when adding a Torus to the scene.Bastien Montagne
2018-11-08RNA: Object.select_set use boolean, only selectCampbell Barton
2018-11-07Cleanup/Refactor: move Main stuff into BKE's new main.c file (and header).Bastien Montagne
2018-11-06BLI_kdopbvh: add an option to use a priority queue in find_nearest.Alexander Gavrilov
2018-11-06Proper fix for new 'SimpleHeap' gtests...Bastien Montagne
2018-11-06Revert rBfee6ab18e7e9 in BLI_heap_test.ccBastien Montagne
2018-11-05BLI_heap: implement a limited but faster version of heap.Alexander Gavrilov
2018-11-04BLI_heap: add an API function to directly read the top node value.Alexander Gavrilov
2018-10-09Merge branch 'master' into blender2.8Campbell Barton
2018-10-08Cleanup: styleCampbell Barton
2018-10-06Tests: Support parallel execution of render testsLukas Stockner
2018-10-03Keymap: expose tool keymaps in the preferencesCampbell Barton
2018-09-28Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-28Tests: recurse into directories for finding OpenGL draw test .blends.Brecht Van Lommel
2018-09-27Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-27Tests: add --no-window-focus to open window without focus.Brecht Van Lommel
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-19Cleanup: BLI_expr_pylike argument orderingCampbell Barton
2018-09-19Cleanup: rename BLI_simple_expr -> BLI_expr_pylike_evalCampbell Barton
2018-09-18Support evaluating simple driver expressions without Python interpreter.Alexander Gavrilov
2018-09-06UI / Python: rename X-Ray to In Front, Draw to Display.Brecht Van Lommel
2018-09-04Cleanup: overly polite/rude messagesCampbell Barton
2018-08-10Python: Add support for @ infix operator matrix multiplicationAndrew Hale
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-07-03Cleanup: pep8Campbell Barton
2018-07-03Merge branch 'master' into blender2.8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-12Use evaluated objects in Alembic unit testsSybren A. Stüvel
2018-06-12T55454: removal of clay engineJeroen Bakker
2018-06-12Alembic: made bl_alembic_import_test.py run againSybren A. Stüvel
2018-06-08Alembic unit tests: fixed compiler errorsSybren A. Stüvel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip tests trailing spaceCampbell Barton
2018-05-27Merge branch 'master' into blender2.8Campbell Barton
2018-05-26RNA: follow boolean naming conventionsCampbell Barton
2018-05-25Add number and memory size formatting throughout the UIDiego Gangl
2018-05-18Cycles/Eevee tests: add compare.html to see difference between the engines.Brecht Van Lommel
2018-05-18Eevee: add regression tests.Brecht Van Lommel
2018-05-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-05-18Cycles tests: move to render/ folder, to share with Eevee.Brecht Van Lommel
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-17Layer unittest: Disable the override testsDalai Felinto
2018-05-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-30Fix build of Alembic test.Brecht Van Lommel