Skip to content
Snippets Groups Projects
Select Git revision
  • 43dbc42d87fefb2bc66c4a67cfbac00cd9e94772
  • master default protected
  • blender-v3.5-release
  • main
  • blender-v3.4-release
  • blender-v3.3-release
  • blender-v3.2-release
  • blender-v3.1-release
  • blender-v3.0-release
  • studio-sprite-fright
  • blender-v2.93-release
  • blender-v2.92-release
  • blender-v2.91-release
  • temp-code-clean
  • blender-v2.90-release
  • c-style-check
  • blender-v2.83-release
  • blender-v2.82-release
  • blender-v2.81-release
  • blender-v2.80-release
  • blender2.8_covise4
  • v3.3.4
  • v2.93.15
  • v2.93.14
  • v3.3.3
  • v2.93.13
  • v2.93.12
  • v3.4.1
  • v3.3.2
  • v3.4.0
  • v3.3.1
  • v2.93.11
  • v3.3.0
  • v3.2.2
  • v2.93.10
  • v3.2.1
  • v3.2.0
  • v2.83.20
  • v2.93.9
  • v3.1.2
  • v3.1.1
41 results

blender-dev-tools

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Campbell Barton authored
    43dbc42d
    History

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