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-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-14Merge branch 'master' into blender2.8Campbell Barton
2018-02-14Cleanup: use prefix for testsCampbell Barton
2018-02-13Merge branch 'master' into blender2.8Campbell Barton
2018-02-12Add boolean regression test.Howard Trickey
2018-02-09Fix collection syncing when creating new collections from the outlinerDalai Felinto
2018-02-08Merge branch 'master' into blender2.8Tamito Kajiyama
2018-02-08Cycles tests: separate directory for sss tests.Brecht Van Lommel
2018-01-31Make layers unittest pass after filter cleanupDalai Felinto
2018-01-28Merge branch 'master' into blender2.8Campbell Barton
2018-01-26Tests: replace os.system w/ subprocess.callCampbell Barton
2018-01-19Fix collections names no longer unique when moved aroundDalai Felinto
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: typosCampbell Barton
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-17Memory: add MEM_malloc_arrayN() function to protect against overflow.Brecht Van Lommel
2018-01-16Fix collection visibility evaluationDalai Felinto
2018-01-04tests: limit public API in view_layer_commonCampbell Barton
2018-01-04tests: replace boiler-plate with util functionCampbell Barton
2018-01-04Fix FOREACH_SCENE_COLLECTION/FOREACH_SCENE_OBJECT for nested collectionsDalai Felinto
2018-01-02Layers/Collections: Fix crash when deleting collectionDalai Felinto
2018-01-02Layers: Fix operator_context unittestDalai Felinto
2018-01-02Layers: Fix collection_rename unittestDalai Felinto
2017-12-27 Fix T53638: View layer renaming crashes 2/2Dalai Felinto
2017-12-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-19Cycles tests: Enable texture space testsSergey Sharybin
2017-12-15Group collection viewport/render options and remove collection visibilityDalai Felinto
2017-12-01unittests: Update (fix) unittests after workspace API changeDalai Felinto
2017-12-01Groups and collection: create group from collectionDalai Felinto
2017-11-27Fixing alembic unittest after render layer purgeDalai Felinto
2017-11-24Backgroudn set tests: Correct evaluation orderSergey Sharybin
2017-11-24Unittest: Update background set test to test for proper flagDalai Felinto
2017-11-24Layers Unittest: Background setDalai Felinto
2017-11-23Merge branch 'master' into blender2.8Bastien Montagne
2017-11-23Add a new parallel looper for MemPool items to BLI_task.Bastien Montagne
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-10Layers Unittest: Hidden flag to quckly update diffsDalai Felinto
2017-11-10Unittest: Layers - include is_disabled for LayerCollectionDalai Felinto
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-03Depsgraph: Use explicit depsgraph in alembic moduleSergey Sharybin
2017-11-02Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-11-02Alembic: not using global in unit test.Sybren A. Stüvel
2017-10-31Layers: unittest update after workspace > engine changesDalai Felinto
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-29Alembic: exporting MetaBalls as meshSybren A. Stüvel
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-29BLI_heap: add validation check, improve testsCampbell Barton
2017-10-29BLI_heap: minor changes to the APICampbell Barton
2017-10-28BLI_hash: add BLI_heap_reinsertCampbell Barton