- 13 May, 2022 1 commit
-
-
Campbell Barton authored
This is needed so cycles scripts are auto-formatted.
-
- 11 May, 2022 1 commit
-
-
Campbell Barton authored
-
- 10 May, 2022 1 commit
-
-
Campbell Barton authored
Error in [0] broke "make format PATHS=source/creator" for e.g. Thanks to @aras_p for pointing out & suggesting the fix. [0]: 93a5e1a4
-
- 28 Apr, 2022 7 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
Missed prepending Python to the autopep8 command for the version check
-
Campbell Barton authored
This allows the makefile to pass in the path to the autopep8 in ../lib/*
-
Campbell Barton authored
This is confusing when passing one set of files to both clang-format and autopep8.
-
Campbell Barton authored
-
Campbell Barton authored
This is meant as a Python version of clang_format_paths.py even though it's possible to run autopep8 directly, supporting the same convention means we can call both commands from "make format" so "make format PATHS=release/scripts" can be used to to format both C/C++ & Python code depending on the path input.
-
Campbell Barton authored
-
- 26 Apr, 2022 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- 22 Apr, 2022 3 commits
-
-
Brecht Van Lommel authored
-
Campbell Barton authored
-
Campbell Barton authored
-
- 21 Apr, 2022 1 commit
-
-
Campbell Barton authored
Also use spaces instead of tabs sice autopep8 makes this change even when autopep8 is disabled.
-
- 20 Apr, 2022 8 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
Add: - release/lts - release/scripts/freestyle - release/scripts/presets
-
Campbell Barton authored
-
Campbell Barton authored
Also run autopep8 for release/scripts/modules/bl_i18n_utils/* which now disable autopep8 for blocks of code that need to be left as-is.
-
Campbell Barton authored
-
Campbell Barton authored
This speeds execution up from ~83 seconds to 5 seconds on my system.
-
Campbell Barton authored
- build_files - release/datafiles
-
Campbell Barton authored
-
- 19 Apr, 2022 1 commit
-
-
Campbell Barton authored
This has too many implications outside the scope of cleanups, potentially breaking scripts that modify the sys.path or detect if the script is being reloaded. Leave the import order as-is.
-
- 11 Apr, 2022 1 commit
-
-
Campbell Barton authored
This should eventually be moved into a separate checking tool.
-
- 05 Apr, 2022 1 commit
-
-
Campbell Barton authored
-
- 18 Mar, 2022 9 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
This was used for GPL headers which now use the SPDX convention.
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
Move this file from build_files/cmake/cmake_consistency_check.py
-
- 09 Mar, 2022 2 commits
-
-
Thomas Dinges authored
-
Thomas Dinges authored
-
- 23 Feb, 2022 2 commits
-
-
Aaron Carlisle authored
Recently we changed the build pipeline to always create a version number in the url and point 'dev' to the latest version rather than creating the version number url once we release. This makes the check to `bpy.app.version_cycle` unnecessary.
-
Aaron Carlisle authored
-