Blender Tools¶
The Blender repository has a tools/ directory with various scripts that are not needed for building Blender but that developers may find useful.
- Utility scripts for running checks on code for style, spelling.
- Utility scripts for code-base analysis, creating credits for eg.
- Configurations for 3rd party applications, IDE's.
- Any tools we develop specifically for working with Blender.
Overview¶
check_source/check_spelling.py
: spell checker (Depends on enchant Python module)config/ide
: style configuration for QtCreator and Eclipseutils/make_cursor_gui.py
: simple paint program to create pixmap cursors forwm_cursors.c
utils/make_gl_stipple_from_xpm.py
: Converter from 32x32 XPM images to a GL-Stipple array, typically forglutil.c
utils_maintenance/blender_update_themes.py
: run to add new fields into existing XML themesutils_maintenance/trailing_space_clean.py
: Strip trailing space andBOM
(byte-order-mark) of source files maintained by in our repo