tornavis/tools
Campbell Barton 8cd877641d check_licenses: minor improvements to output
Right align numbers and use thousands separator.
2023-06-22 12:35:51 +10:00
..
check_blender_release Merge branch 'blender-v3.6-release' into main 2023-06-21 15:15:23 +02:00
check_source check_licenses: minor improvements to output 2023-06-22 12:35:51 +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 License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
utils_api License headers: use SPDX-FileCopyrightText for build_files/ & tools/ 2023-06-14 23:36:23 +10:00
utils_build
utils_doc License headers: use SPDX-FileCopyrightText for build_files/ & tools/ 2023-06-14 23:36:23 +10:00
utils_ide/qtcreator License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
utils_maintenance License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
readme.rst

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).