0
0
Fork 0
Blender Developer Documentation.
Go to file
Sebastian Sille 70fce3b93c Update docs/release_notes/4.2/add_ons.md 2024-05-08 00:25:19 +02:00
.gitea
docs Update docs/release_notes/4.2/add_ons.md 2024-05-08 00:25:19 +02:00
theme_overrides
.editorconfig
.gitattributes
.gitignore
LICENSE
README.md
hooks.py
mkdocs.yml
requirements.txt

README.md

Blender Developer Documentation

New Blender Developer Documentation platform using Material for MkDocs.
The generated documentation is live on developer.blender.org/docs

This is the successor of the developer Wiki, which was archived in January 2024.

Building this Documentation Offline

The following assumes Python 3, pip, Git and Git LFS are installed.

Set up Git LFS for the current user:

git lfs install

Clone the documentation sources:

git clone https://projects.blender.org/blender/blender-developer-docs.git developer-docs

This will clone the sources into a developer-docs directory inside the current one.

Install all dependencies, such as Material for MkDocs:

python -m pip install -r requirements.txt

Build this documentation with live reloading:

mkdocs serve

Alternatively mkdocs build will generate the documentation as HTML into a site/ directory. Simply open site/index.html in a browser.