0
1
Development utilities - now part of the main blender repository
This repository has been archived on 2023-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-09-05 17:28:43 +02:00
.github GitHub: add PR template, add probot stale config 2021-10-23 10:52:50 +05:30
check_blender_release Cleanup: remove <pep8 compliant> comment 2022-06-03 12:09:40 +10:00
check_source check_spelling_c: update dictionary 2022-07-26 13:15:14 +10: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 blendfile.py: add basic support for non-DNA blocks (allocated strings...). 2022-07-29 16:02:44 +02:00
svn_rev_map File headers: use SPDX license identifiers 2022-02-11 16:14:41 +11:00
utils Credits: add Intel oneAPI 2022-09-05 17:28:43 +02:00
utils_api Cleanup: remove <pep8 compliant> comment 2022-06-03 12:09:40 +10:00
utils_build Cleanup: use autopep8 for files without *.py extension 2022-04-22 15:27:34 +10:00
utils_doc Cleanup: use autopep8 for files without *.py extension 2022-04-22 15:27:34 +10:00
utils_ide/qtcreator Cleanup: unused import, copyright identifier & spelling 2022-03-18 10:39:45 +11:00
utils_maintenance autopep8_format_paths: quiet mypy warnings 2022-07-11 10:21:44 +10:00
.arcconfig Fix .arcconfig not working with latest arcanist version 2020-03-01 22:42:12 +01: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).