blender/tools/utils_maintenance
Ray Molenkamp 9f1f869e16 make.bat: Enable .py formatting with make format
autopep8_format_paths.py was never wired up in the windows tooling,
this PR wires it up, to get around a 8191 limitation for command
lines on windows an alternative "--no-subprocess" option has been
introduced to call the pep8 module directly from python.

TODO: A subprocess is still used for getting the version information

Contributors:

- @campbellbarton fixes to autopep8_format_paths.py to support
  the -no-subprocess option.

Pull Request: https://projects.blender.org/blender/blender/pulls/120794
2024-06-06 09:10:19 -06:00
..
modules Tools: set the number of jobs to the CPU count for various utilities 2023-10-06 21:47:03 +11:00
autopep8_format_paths.py make.bat: Enable .py formatting with make format 2024-06-06 09:10:19 -06:00
blender_menu_search_coverage.py Cleanup: replace %-formatting with str.format in tools/ & release/ 2024-04-27 16:06:53 +10:00
blender_update_themes.py Cleanup: replace %-formatting with str.format in tools/ & release/ 2024-04-27 16:06:53 +10:00
c_sort_blocks.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
c_struct_clean.py Fix error in c_struct_clean.py 2024-03-08 11:32:14 +11:00
clang_format_paths.py Cleanup: replace %-formatting with str.format in tools/ & release/ 2024-04-27 16:06:53 +10:00
cmake_sort_filelists.py Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
code_clean.py Cleanup: replace %-formatting with str.format in tools/ & release/ 2024-04-27 16:06:53 +10:00
trailing_space_clean_config.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
trailing_space_clean.py Cleanup: replace %-formatting with str.format in tools/ & release/ 2024-04-27 16:06:53 +10:00