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
AgeCommit message (Collapse)Author
2022-08-03Tests: Remove deprecated/removed operators from testsHans Goudey
44aa9e40ffe40c0b222c2f4675545a5777e27059
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
It can be assumed that all scripts comply with basic pep8 formatting regarding white-space, indentation etc. Also remove note in best practices page & update `tests/python/pep8.py`. If we want to exclude some scripts from make format, this can be done by adding them to `ignore_files` in: source/tools/utils_maintenance/autopep8_format_paths.py Or using `# nopep8` for to ignore for individual lines. Ref T98554
2022-02-11File headers: SPDX License migrationCampbell Barton
Use a shorter/simpler license convention, stops the header taking so much space. Follow the SPDX license specification: https://spdx.org/licenses - C/C++/objc/objc++ - Python - Shell Scripts - CMake, GNUmakefile While most of the source tree has been included - `./extern/` was left out. - `./intern/cycles` & `./intern/atomic` are also excluded because they use different header conventions. doc/license/SPDX-license-identifiers.txt has been added to list SPDX all used identifiers. See P2788 for the script that automated these edits. Reviewed By: brecht, mont29, sergey Ref D14069
2021-06-22Cleanup: Spelling MistakesLeon Zandman
This patch fixes many minor spelling mistakes, all in comments or console output. Mostly contractions like can't, won't, don't, its/it's, etc. Differential Revision: https://developer.blender.org/D11663 Reviewed by Harley Acheson
2020-10-02Cleanup: pep8 (indentation, spacing, long lines)Campbell Barton
2020-03-26Test: update bl_run_operators blacklist, add volume objectCampbell Barton
2018-11-26Cleanup: unused vars, importsCampbell Barton
2018-11-20WM: remove interaction presetsCampbell Barton
These only exposed a few options, which didn't end up helping much to make Blender's key-map fit the behavior of other applications.
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3700
2018-07-03Cleanup: pep8Campbell Barton
2017-08-23Tests: fix incorrect check for hidden dirCampbell Barton
Copy-pasted mistake in tests and tools.
2017-03-29Use 'empty' option for clearing factory settingsCampbell Barton
2016-01-31Cleanup: pep8Campbell Barton
2015-06-07Cleanup: pep8Campbell Barton
2015-03-10Tests: Print counter with operator testCampbell Barton
2014-09-10Text3d: assert for <0 len textCampbell Barton
also add operator to test blacklist
2014-06-18Move tests into tests/ top-level dirCampbell Barton