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-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-11Cleanup: remove white-space before headersCampbell Barton
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-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D13264
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2020-10-02Cleanup: pep8 (indentation, spacing, long lines)Campbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D3744
2019-02-05Cleanup: remove contributors for Python filesCampbell Barton
Following removal from C source code. See: 8c68ed6df16d8893
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3700
2017-04-27Cleanup: spellingCampbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2016-01-31Cleanup: pep8Campbell Barton
2015-12-27Fix for error w/ QtCreator project builderCampbell Barton
cmake_qtcreator_project.py now takes a '--build-dir' argument. Since introduction of argparse, accessing last argv from project_info is no longer working. Now require a call to project_info.init before use.
2015-10-31Fix netbeans project generatorCampbell Barton
Need to escape defines
2015-06-20support ninja for netbeans projectsCampbell Barton
2015-06-18Update netbeans project file generatorCampbell Barton
2015-03-21Cleanup: minor edits to project generatorsCampbell Barton
2014-10-30Fix project-file generators (didn't close files)Campbell Barton
2014-08-05Remove SVN referencesCampbell Barton
2014-05-18Update netbeans projectfile generator to v8Campbell Barton
2014-05-11CMake: use project name when generating project filesCampbell Barton
2013-01-07add error check for qtcreator&netbeans project file generators to quit early ↵Campbell Barton
if cmake fails.
2012-11-26switch verious references from py3.2 -> 3.3 or just 3.Campbell Barton
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-05-02replace python3 command with python3.2, python3 isnt available on ubuntu.Campbell Barton
2011-11-08- disable undo for user preferences (every click would do push an undo), was ↵Campbell Barton
noticeable on large files. - also netbeans project file generator now uses branch name for project.
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added ↵Campbell Barton
__all__ to some modules which were missing it.
2011-07-29pep8 cleanup, also print message when attempting to run in animation player ↵Campbell Barton
mode.
2011-05-26correct spelling error and some pep8 changes.Campbell Barton
2011-05-17fix [#27414] no-material renders differently in View3D vs BGECampbell Barton
when a texface layer exists this still overrides the default material.
2011-05-16fixed incorrect jemalloc library & updated netbeans project to ignore ↵Campbell Barton
__pycache__.
2011-05-16SVN maintenance.Guillermo S. Romero
2011-05-16made generic module for generating project files from cmake,Campbell Barton
added netbeans project file generator.