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
2017-01-31Unittest: refresh blender between testsDalai Felinto
2017-01-26Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-25Add scene active layerDalai Felinto
2017-01-25[Cycles/MSVC/Testing] Fix broken test code.lazydodo
2017-01-19unittest: bpy.ops.object.duplicateDalai Felinto
2017-01-18Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-18Fix unittest for cases where we set render_layer but not scene_collectionDalai Felinto
2017-01-12Updated python files to use select_get/_set() [not addons]Dalai Felinto
2017-01-12Cycles tests: Rework output messagesSergey Sharybin
2017-01-06unittest: check context overriden passed to operatorDalai Felinto
2017-01-06unittest: use proper setUpModule class method()Dalai Felinto
2017-01-06unittest: use assertEqual instead of assertTrueDalai Felinto
2017-01-05Unittest debug options, set context via override and bpy.context.scene_collec...Dalai Felinto
2017-01-04Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-04unittest: del via operator fixupDalai Felinto
2017-01-03unittest: object deleteDalai Felinto
2017-01-02unittest: fixupDalai Felinto
2016-12-31Add BLI_string_utf8 specific test.Bastien Montagne
2016-12-23unittest: object_addDalai Felinto
2016-12-23unittest: active_collection_indexDalai Felinto
2016-12-22unittest touch upsDalai Felinto
2016-12-21unittest: new layer, layer_collection_link/unlinkDalai Felinto
2016-12-21unittest: syncing when unlinking a collectionDalai Felinto
2016-12-21unittest: make tests more granularDalai Felinto
2016-12-21Layers: unittest to cover unlinking of objectsDalai Felinto
2016-12-20Add nesting collections into unittestDalai Felinto
2016-12-12unittest: test cleanupDalai Felinto
2016-12-12scenelayer: unittest more granular, for debuggingDalai Felinto
2016-12-07Unittest scene copyDalai Felinto
2016-12-07Unitest: doversion, write and read test for layersDalai Felinto
2016-11-02tests: Update hash for OBJSergey Sharybin
2016-09-11Fix undefined variable on errors in Cycles ctests.Dmitry Dygalo
2016-08-01Replace pep8 with flake8 checkerCampbell Barton
2016-07-29Add GMock library which is responsive for dealing with mock objectsSergey Sharybin
2016-07-29Fix Cycles OSL hair BSDF inconsistencies with SVM.Brecht Van Lommel
2016-07-29Fix Cycles ctests not always deleting fail.png files on success.Brecht Van Lommel
2016-07-06Cycles tests: Don't create fail file on idiff warningSergey Sharybin
2016-07-04Fix bmesh test after recent refactor.Bastien Montagne
2016-06-23BLI_array_utils: add BLI_array_rfindindexCampbell Barton
2016-06-19Cycles tests: raise failure threshold, copy failed image for comparison.Brecht Van Lommel
2016-06-11BLI_rand: add BLI_rng_get_char_nCampbell Barton
2016-05-30Add 'multi small' testcase to performance Ghash tests.Bastien Montagne
2016-05-30BLI_array_store testsCampbell Barton
2016-05-02Fix bl_load_py_modules testCampbell Barton
2016-04-15Tests: Fix wrong hash after "no redundant zeroes" commitSergey Sharybin
2016-04-04Update hash for an OBJ unit testSergey Sharybin
2016-03-24Fix BLI_strncasestr use with a single characterCampbell Barton
2016-03-23UI: multi word filtering in search menuCampbell Barton
2016-02-29Tests: improve RNA default reportingCampbell Barton
2016-02-20Add GHash/GSet pop() feature.Bastien Montagne