- 31 Jan, 2023 1 commit
-
-
Campbell Barton authored
-
- 30 Jan, 2023 4 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
These scripts now pass 'mypy --strict'
-
Campbell Barton authored
-
- 28 Jan, 2023 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
This was previously pasted on the WIKI, however it was awkward to manually download and run it to check the documentation was valid. The script has been updated to download the wiki text and report issues. This update extends the script to: - Print any items containing word `TODO`. - Print any items which aren't alphabetically ordered.
-
- 11 Jan, 2023 2 commits
-
-
Campbell Barton authored
Use format(..) instead of percentage formatting.
-
Campbell Barton authored
-
- 22 Dec, 2022 1 commit
-
-
Thomas Dinges authored
-
- 20 Dec, 2022 1 commit
-
-
Thomas Dinges authored
Unify names for the credits generation on https://www.blender.org/about/credits/ Differential Revision: https://developer.blender.org/D16815
-
- 17 Dec, 2022 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- 09 Dec, 2022 1 commit
-
-
Campbell Barton authored
-
- 08 Dec, 2022 4 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
Avoid the need to unpack a single argument.
-
Campbell Barton authored
Recently generated Makefiles have been including a "cd .." prefix command that broke the code-clean utility. Extract the CWD from the command and take it into account when building object files.
-
- 10 Nov, 2022 1 commit
-
-
Campbell Barton authored
-
- 09 Nov, 2022 3 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
Resolves error notes in T102351.
-
- 31 Oct, 2022 1 commit
-
-
Campbell Barton authored
-
- 12 Oct, 2022 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- 03 Oct, 2022 1 commit
-
-
Campbell Barton authored
-
- 26 Sep, 2022 7 commits
-
-
Campbell Barton authored
When an edit cannot be applied because it overlaps one that did, re-run all edits again until no edits could be applied or the document reaches a previously visited state (unlikely but possible in theory).
-
Campbell Barton authored
- Unity build prevents the resulting object files from being extracted. - Compiler cache adds unnecessary overhead (and cache) for trial edits.
-
Campbell Barton authored
-
Campbell Barton authored
This moves C++ code from C style casts to function call style casts.
-
Campbell Barton authored
Replace `unsigned int` with `uint` and similar.
-
Campbell Barton authored
'parenthesis_cleanup' cleanup pass now supports replacing `(func(a + b))` with `func(a + b)`. This was useful when cleaning up casts `((int)value)` which then got converted to `(int(value))` which adds unnecessary braces in most cases.
-
Campbell Barton authored
Support for running multiple edit-passes is needed to ensure all overlapping edits can be applied.
-
- 23 Sep, 2022 2 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- 19 Sep, 2022 1 commit
-
-
Campbell Barton authored
-
- 17 Sep, 2022 4 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-