Find a file
Sybren A. Stüvel f6fc417fec Black: skip string normalisation
Black (the Python formatter) shouldn't be used on Blender. However, it
is still the default formatter for some people's IDE (like mine). If
it's accidentally used, its default behaviour is to normalise strings so
they use double quotes.

This string normalisation can be tedious to recover from. This PR
configures Black so that it doesn't do that any more. This makes such a
mistake easier to recover.

An additional comment explains that Black shouldn't be used, and that
the configuration is there just to make it less annoying in case of
mistakes.

For the same reasons, this commit also includes the config option
`line_length = 120`. It just makes Black change less of our code when
it's accidentally used.
2024-01-22 10:09:33 +01:00
.gitea Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00
.github Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00
build_files Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00
doc Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00
extern Audaspace: faster audio resampling 2024-01-03 21:23:24 +01:00
intern Cleanup: spelling in comments 2024-01-22 12:44:56 +11:00
locale I18N: Updated UI translations from git/weblate repo (24a48aa5c83ddfa2). 2024-01-15 11:59:54 +01:00
release UI: Change of File Save Icon 2024-01-19 17:54:29 +01:00
scripts UI: adjust the add-ons interface when extensions repositories enabled 2024-01-22 17:47:33 +11:00
source Cleanup: Strict compiler warning 2024-01-22 10:01:05 +01:00
tests Anim: Separate keying flags 2024-01-19 16:26:10 +01:00
tools Cleanup: spelling in comments 2024-01-18 10:39:24 +11:00
.clang-format
.clang-tidy
.editorconfig
.git-blame-ignore-revs
.gitignore
AUTHORS AUTHORS: correct canonical authors map 2024-01-16 17:30:38 +11:00
CMakeLists.txt Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00
COPYING
GNUmakefile Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00
make.bat
pyproject.toml Black: skip string normalisation 2024-01-22 10:09:33 +01:00
README.md Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00

Blender

Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.

Blender screenshot

Project Pages

Development

License

Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.

See blender.org/about/license for details.