Blender Studio pipeline source code
Demeter Dzadik
7cacfa61aa
Added a whole new Workflow Enahncements page, and a bunch more videos, since videos actually work on this platform! Still more work to be done though; The Introduction page is missing the contents of the repo's ReadMe basically. Also, a link to the repo itself will come, once it moves. |
||
---|---|---|
application-templates | ||
docs | ||
scripts | ||
scripts-blender | ||
.gitattributes | ||
.gitignore | ||
pyproject.toml | ||
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+