Blender Studio tools source code https://studio.blender.org/tools
Go to file
Simon Thommes 7acd988989 Brushstroke Tools: Add warnings when switching deformable (#357)
add warnings for mirrored surface and grease pencil when toggling deformable

Reviewed-on: #357
2024-11-26 12:54:50 +01:00
.gitea/issue_template Add an issue template for characters 2024-10-04 12:25:04 +02:00
application-templates media-viewer: Fix GP api calls 2024-08-09 16:50:19 +02:00
docs CloudRig docs: One more wording tweak 2024-11-21 23:50:29 +01:00
scripts Script: kitsu-uploader 2024-11-12 15:26:52 +01:00
scripts-blender Brushstroke Tools: Add warnings when switching deformable (#357) 2024-11-26 12:54:50 +01:00
.gitattributes Docs: Reorganize content 2024-11-03 23:29:50 +01:00
.gitignore Script: kitsu-uploader 2024-11-12 15:26:52 +01:00
AUTHORS Add AUTHORS file 2024-07-22 22:34:23 +02:00
LICENSE Add top level license 2024-07-22 23:28:19 +02:00
pyproject.toml Fix pyproject.toml (#190) 2024-01-05 16:57:01 +01:00
README.md Docs: Update Repo README with autodetect instructions 2023-11-15 14:32:54 -05:00

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+