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
2021-09-23LibLink Append: Expose 'reuse ID' through new BLO flag, and add basic tests.Bastien Montagne
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-09-20Tests: measure time per frame in animation performance benchmarkBrecht Van Lommel
2021-09-15Tests: Updated test message for Directory Not FoundHimanshi Kalra
2021-09-14LibLink: Enable unittest that was previously failing in append case.Bastien Montagne
2021-09-10Tests: more graceful handling of keyboard interrupting benchmarksBrecht Van Lommel
2021-09-08Fix error running benchmark script with environment variables for buildsBrecht Van Lommel
2021-09-08Tests: updates for performance benchmarkingBrecht Van Lommel
2021-09-06Fix tests broken by rB58632a7f3c0f1be6.Bastien Montagne
2021-09-01Unittest: Extend and basic linking tests and add basic append tests.Bastien Montagne
2021-08-27Refactor IDProperty UI data storageHans Goudey
2021-08-24Added more Geometry Node testsHimanshi Kalra
2021-08-19Fix Python error in ./benchmark init after recent changesBrecht Van Lommel
2021-08-04LibOverride RNA API: add removal of properties and operations.Bastien Montagne
2021-08-04LibOverride: Add RNA API to reset/delete overrides.Bastien Montagne
2021-08-04Tweak to recent liboverride API addition: naming.Bastien Montagne
2021-08-04Override: API update_operations.Jeroen Bakker
2021-08-02Geometry Nodes: increase threshold to make regression tests passJacques Lucke
2021-07-29PyAPI: support multi-dimensional arrays for bpy.props vector typesCampbell Barton
2021-07-27Regression Testing: Running tests based on blend filesHimanshi Kalra
2021-07-26Fix Python error in benchmark executable detection after recent changesBrecht Van Lommel
2021-07-22Tests: continue running benchmarks if some tests fail to build or runBrecht Van Lommel
2021-07-22Tests: improve finding of Blender executables in benchmarkingBrecht Van Lommel
2021-07-14Tests: support graphing peak memory in Cycles performance testsBrecht Van Lommel
2021-07-13Event Simulate: and a --time-actions command line argumentCampbell Barton
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-06Alembic: remove non-functional "Renderable Objects" only optionPhilipp Oeser
2021-07-06Cleanup: pep8Campbell Barton
2021-07-05Tests: performance testing frameworkBrecht Van Lommel
2021-07-02Copy Transforms: implement Remove Target Shear and more Mix options.Alexander Gavrilov
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-14PyAPI: remove deprecated bpy.app.binary_path_pythonCampbell Barton
2021-06-09Tests: temporarily increase threshold for OpenImageDenoise testBrecht Van Lommel
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-06-07Cleanup: use keywords for unit testsCampbell Barton
2021-06-07Cleanup: quiet warning accessing deprecated attribute in bl_testCampbell Barton
2021-06-06Event Simulate: and a --keep-open command line argumentCampbell Barton
2021-06-02Fix swapped x/y in event simulation scriptCampbell Barton
2021-05-28Tests: add utility to generate interactive user actionsCampbell Barton
2021-05-18Merge branch 'blender-v2.93-release'Antonio Vazquez
2021-05-18Fix ocean modifier giving different result on Arm than x86Brecht Van Lommel
2021-05-18Merge branch 'blender-v2.93-release'Sebastián Barschkis
2021-05-18Tests: Disabled physics ocean test on macOS arm64Sebastián Barschkis
2021-05-18Tests: Remove threshold param from physics ocean mesh testSebastián Barschkis
2021-05-18Tests: Increased threshold param for physics_ocean testSebastián Barschkis
2021-05-17Tests: Added threshold to physics ocean mesh testSebastián Barschkis
2021-05-17Mathutils: add a Matrix.LocRotScale constructor for combining channels.Alexander Gavrilov
2021-05-14PyAPI: use iterators for ID property methods (keys, values & items)Campbell Barton
2021-05-14Merge branch 'blender-v2.93-release'Campbell Barton
2021-05-14Fix memory leak in IDPropertyGroup.pop()Campbell Barton