Blender Studio pipeline source code https://studio.blender.org/pipeline
Go to file
Nick Alberelli 2d10243886 Blender Kitsu: Reset Active Asset when Asset Type Changes 2024-05-22 12:46:24 -04:00
application-templates Blender Media Viewer: Add UI Scale Option (#294) 2024-05-13 18:07:02 +02:00
docs docs: Update/tweak the working of the gentoo addon update section 2024-05-17 11:47:26 +02:00
scripts resync_blender: Update timelimit from 24h to 20h 2024-05-14 11:44:13 +02:00
scripts-blender Blender Kitsu: Reset Active Asset when Asset Type Changes 2024-05-22 12:46:24 -04:00
.gitattributes Add GIF to GIT-LFS 2023-08-02 12:34:59 +02:00
.gitignore Cleanup: Uninstall git submodule web-assets 2023-12-19 16:33:55 +01:00
README.md Docs: Update Repo README with autodetect instructions 2023-11-15 14:32:54 -05:00
pyproject.toml Fix pyproject.toml (#190) 2024-01-05 16:57:01 +01:00

README.md

Blender Studio Pipeline

The complete collection of documents, add-ons, scripts and tools that make up the Blender Studio pipeline. Learn more at studio.blender.org.

Development Setup

Before checking out this repo, ensure that you have git-lfs installed and enabled (use git lfs install to verify this).

To learn more see https://git-lfs.com/

Developer Tip

If you are working with a multiple remotes for this repository (e.g. fork and upstream) and you are receiving errors related to git lfs like smudge filter lfs failed you can try enabling autodetect in the repo's local git config with the following command.

git config lfs.remote.autodetect true
Requirements

git lfs version: 3.3.0+