Development utilities - now part of the main blender repository
Go to file
Brecht Van Lommel 27826b4aed Cleanup: delete .arcconfig
This no longer works without developer.blender.org
2023-02-15 12:34:01 +01:00
.github GitHub mirror: change Git URLs to point projects.blender.org instead of git.blender.org 2023-02-07 14:47:29 +01:00
check_blender_release Cleanup: use '#' prefix for issues 2023-02-12 15:24:02 +11:00
check_source Cleanup: name DUPLICATE_ACCEPT for accepted duplicates 2023-02-15 21:08:27 +11:00
check_wiki Cleanup: add missing license header 2023-01-31 15:50:32 +11:00
config Valgrind suppressions file 2015-05-30 13:27:55 +10:00
git Cleanup: remove <pep8 compliant> comment 2022-06-03 12:09:40 +10:00
modules Update references to the new projects platform and main branch 2023-02-07 14:18:01 +01:00
svn_rev_map File headers: use SPDX license identifiers 2022-02-11 16:14:41 +11:00
utils Cleanup: remove unused imports & variables 2023-02-12 15:24:00 +11:00
utils_api Cleanup: remove unused imports & variables 2023-02-12 15:24:00 +11:00
utils_build Cleanup: use autopep8 for files without *.py extension 2022-04-22 15:27:34 +10:00
utils_doc rna_manual_reference_updater: useful error if sphobjinv can't be found 2023-02-10 12:56:34 +11:00
utils_ide/qtcreator Cleanup: remove unused imports & variables 2023-02-12 15:24:00 +11:00
utils_maintenance Cleanup: remove unused imports & variables 2023-02-12 15:24:00 +11:00
.gitignore add gitignore file 2013-11-17 17:38:59 +11:00
pyproject.toml pyproject: match settings from Blender's configuration 2022-04-26 15:06:40 +10:00
readme.rst check_style_c: fix error in case statement check 2018-11-05 11:37:15 +11:00

Blender Dev Tools

This repository is intended for miscellaneous tools, utilities, configurations and anything that helps with Blender development, but arent 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 source/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 Blenders 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 (IDEs, 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).