tornavis/tools
Bastien Montagne 375a7b6bb5 Fix (unreported) LSAN suppression list removing almost all (valid!) errors.
The last supression rule (`leak:libasan*`) would match almost all
detected cases, since the first line is almost always something like
that:
  #0 0x7f71040d85bf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69

Not sure if that was already the case when this suppression rule was
added, or if things changed in newer versions of ASAN/LSAN...
2023-08-09 20:18:25 +02: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 Fix (unreported) LSAN suppression list removing almost all (valid!) errors. 2023-08-09 20:18:25 +02: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 Cleanup: quiet compiler warnings, also correct typo & pep8 formatting 2023-08-09 20:24:24 +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 Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
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 Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00

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