tornavis/tools
Campbell Barton 8b8fe49d34 License headers: add SPDX-FileCopyrightText 2023-08-06 18:59:05 +10:00
..
check_blender_release Merge branch 'blender-v3.6-release' into main 2023-06-21 15:15:23 +02:00
check_source License checker: scan paths "*.inl;*.ch;*.osl;*.metal;*.tables" 2023-08-04 13:24:18 +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
triage License headers: add SPDX-FileCopyrightText 2023-08-06 18:59:05 +10:00
utils Fix #110732: blender_theme_as_c fails fails with error 2023-08-04 18:00:08 +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 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: add use_listbase_foreach_macro edit to code_clean utility 2023-08-05 14:42:42 +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).