0
0
Fork 0
Blender Studio pipeline source code
Go to file
Nick Alberelli 13f7b2d84b Asset Pipeline: Store Asset Catalog in String (#230)
Closes: studio/blender-studio-pipeline#229

## What's Changed?
 - Replace Asset Catalog Enum with String + Search

## Breaking Changes
 - This change will clear all existing asset catalogs selections from the working files users will need to re-select the correct asset catalog before sync/push to publish. Otherwise the published file may loose it's asset catalog assignment.

## New UI
![image](/attachments/a2b7a104-6836-410f-91d1-8cb887d4ed9a)

Reviewed-on: studio/blender-studio-pipeline#230
2024-02-15 22:54:05 +01:00
application-templates blender_media_viewer: Fix saving images with annotations 2024-02-05 15:21:12 +01:00
docs Added a todo note 2024-02-08 12:48:05 +01:00
scripts project-tools: Add ability to rollout project presets 2024-02-01 17:47:08 +01:00
scripts-blender Asset Pipeline: Store Asset Catalog in String (#230) 2024-02-15 22:54:05 +01: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+