0
0
Fork 0
Blender Studio pipeline source code
Go to file
Julian Eisel ff407ced3b Media Viewer: Update for 4.x
Various breaking changes where done, leading to errors in the
application template. This fixes all I could find.

Addresses:
- `bgl` removal
- Removal of `2D_` prefixes in shader names
- Removal of context override argument for operators in favor of
  `context.temp_override()`
- Renamed/repurposed `FileSelectParams.display_size`

See https://wiki.blender.org/wiki/Reference/Release_Notes/4.0/Python_API.
2023-11-24 12:23:07 +01:00
application-templates Media Viewer: Update for 4.x 2023-11-24 12:23:07 +01:00
docs Docs: Replace `{my_project}` with a plain `your_project_name` 2023-11-23 16:32:42 -05:00
scripts Pipline Release: Add Ability to Re-use Existing Release 2023-11-23 15:18:38 -05:00
scripts-blender Asset Pipeline: Update Heist/Charge task_layer.py file to latest from production 2023-11-22 16:44:54 +01:00
.gitattributes Add GIF to GIT-LFS 2023-08-02 12:34:59 +02:00
.gitignore Release System: Auto Update 'Addon Table' URLs & Upload Addon Zips (#134) 2023-08-02 11:40:43 +02:00
README.md Docs: Update Repo README with autodetect instructions 2023-11-15 14:32:54 -05: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+