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
Campbell Barton f99d29ae3e Cleanup: use type hints for the spell checker
3rd party modules cause this not to run without any errors.
2021-04-15 00:51:39 +10:00
check_blender_release Fix static libraries detection for Mesa 2019-06-27 10:56:03 +02:00
check_source Cleanup: use type hints for the spell checker 2021-04-15 00:51:39 +10:00
config Valgrind suppressions file 2015-05-30 13:27:55 +10:00
git Cleanup: pep8 2018-09-27 09:40:30 +10:00
modules blender_theme_as_c: Support arrays 2020-11-06 09:30:01 -07:00
svn_rev_map Add mapping files to go between SVN and Git revisions 2018-05-01 09:29:14 +02:00
utils Credits: Fix duplicate credit users 2021-03-09 09:55:28 +01:00
utils_api use_override_library was removed. 2020-07-14 16:05:06 +02:00
utils_build Spelling fixes in comments and descriptions, patch by luzpaz. 2018-10-19 17:55:15 +02:00
utils_doc RNA Manual Mappings: Make script more versatile 2021-01-26 17:12:20 -05:00
utils_ide/qtcreator Fix generating assembly when build dir was used as a relative root 2020-04-30 15:59:25 +10:00
utils_maintenance Cleanup: use type hinting for batch_edit_text and it's users 2021-04-12 22:46:38 +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
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).