- 05 Sep, 2022 1 commit
-
-
Brecht Van Lommel authored
-
- 29 Jul, 2022 1 commit
-
-
Bastien Montagne authored
Allocated strings or arrays of numbers have no DNA struct, they are 'raw' blocks of data in blendfiles. Reading those was not supported so far, this commit adds basic support for them, although user needs to know and manually call the code for the relevant properties pointers. Propper automated support could be added once T99875 is addressed.
-
- 26 Jul, 2022 1 commit
-
-
Campbell Barton authored
-
- 21 Jul, 2022 1 commit
-
-
Dalai Felinto authored
This is needed for the UUID data from the assets catalogs. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D15508
-
- 11 Jul, 2022 3 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
Words found in the code which were hyphenated were not being ignored, as is done by non-hyphenated words.
-
Campbell Barton authored
-
- 05 Jul, 2022 1 commit
-
-
Campbell Barton authored
These directories need manual updating, the licenses in existing files have licenses that are valid but show many warnings. Ignore these directories for now as it gets in the way of newly introduced warnings.
-
- 03 Jun, 2022 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
This is no longer necessary, see: T98554.
-
- 20 May, 2022 3 commits
-
-
Dalai Felinto authored
Differential Revision: https://developer.blender.org/D14983
-
Campbell Barton authored
- Use __doc__ for epilog. - Keep __doc__ formatting (using raw formatter). - Remove invalid references to `AUTOPEP8_BIN`. - Note the purpose of arguments to autopep8.
-
Campbell Barton authored
- Use __doc__ for epilog. - Keep __doc__ formatting (using raw formatter). - Ensure the version number has exactly 3 digits.
-
- 19 May, 2022 1 commit
-
-
Dalai Felinto authored
The code expected a version with 3 digits, while sometimes there are only two (e.g., 1.5). This is also future proof for whenever version 2 releases. Differential Revision: https://developer.blender.org/D14982
-
- 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.
-