tornavis/tools
Campbell Barton 4fd3ec6337 Tools: code_clean: add a default value for '--edits' & '--match'
Each edit-generate now declares if it's generally considered safe
(isn't likely to make changes that break on other platforms for e.g.)
Default edits are now used when --edits is omitted.

The match argument now defaults to files with c/cc/cpp extensions when
omitted.

It's now possible to run:

  ./tools/utils_maintenance/code_clean.py {BUILD_DIR}

Which gives results that can be used with a very low risk of causing
functional changes or breaking other platforms.
2023-07-25 13:25:19 +10:00
..
check_blender_release Merge branch 'blender-v3.6-release' into main 2023-06-21 15:15:23 +02:00
check_source Cleanup: spelling in comments, capitalize tags 2023-07-20 09:42:00 +10:00
check_wiki License headers: use SPDX-FileCopyrightText for build_files/ & tools/ 2023-06-14 23:36:23 +10:00
config Cleanup: Grammar: "it's" vs "its" 2023-03-24 08:34:21 -04:00
git License headers: use SPDX-FileCopyrightText for build_files/ & tools/ 2023-06-14 23:36:23 +10:00
modules License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
svn_rev_map License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
utils Fix gitea inactive script duplicated results 2023-07-10 17:00:58 +02:00
utils_api License headers: use SPDX-FileCopyrightText for build_files/ & tools/ 2023-06-14 23:36:23 +10:00
utils_build Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
utils_doc Manual Reference: Includes the copyright 2023-07-21 14:18:46 +02:00
utils_ide/qtcreator License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
utils_maintenance Tools: code_clean: add a default value for '--edits' & '--match' 2023-07-25 13:25:19 +10:00
readme.rst Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00

readme.rst

Blender Dev Tools
#################

This repository is intended for miscellaneous tools, utilities, configurations and
anything that helps with Blender development, but aren't directly related to building Blender.

Some of the tools included may be used stand-alone, others expect Blenders source code to be available.


Usage
=====

While this is a stand-alone repository,
some of the scripts which access Blenders source code assume this repository will be located at
``tools`` within Blenders source code repository. At some point this may be included as a submodule.

Some tools also rely on the ``blender`` binary, this is assumed to be located at: ``../../blender.bin``.
*The root directory of Blender's git repository*


Categories
==========

Check Source
------------

Any tools for scanning source files to report issues with code, style, conventions, deprecated features etc.


Config
------

Configuration for 3rd party applications (IDE's, code-analysis, debugging tools... etc).


Git
---

Scripts and utilities for working with git.


Utils
-----

Programs (scripts) to help with development
(currently for converting formats, creating mouse cursor, updating themes).