Page:
Module: Asset System
Pages
Home
Module: Animation & Rigging
Module: Asset System
Module: Community Maintained Add ons
Module: Core
Module: Development Management
Module: Geometry Nodes
Module: Grease Pencil
Module: Modeling
Module: Nodes & Physics
Module: Officially Maintained Add ons
Module: Pipeline, Assets & I/O
Module: Platforms, Builds, Tests & Devices
Module: Python API & Text Editor
Module: Render & Cycles
Module: Sculpt, Paint & Texture
Module: Triaging
Module: User Interface
Module: VFX & Video
Module: Viewport & EEVEE
1
Module: Asset System
Julian Eisel edited this page 2023-10-19 11:30:03 +02:00
Table of Contents
Project to bring a native understanding of assets to Blender, as first class citizens throughout many workflows.
Status
Basic support for assets is in Blender since version 3.0. Since then the feature set is being extended, and more and more parts start integrating asset functionality into their workflows.
Requirements have changed since the initial release, so there's ongoing work to implement a proper asset system, which wasn't initially needed. This should eventually be exposed in the Python API to support custom asset libraries (e.g. with online browsing).
Related Projects
These projects push asset functionality further:
- Brush Assets & Asset Shelf
- Essentials Asset Bundle
- Procedural hair nodes (based on node group assets) - mostly completed for the 3.4 release
Blog Posts
Various core designs are explained in blog posts (from oldest to newest):
Developer Documentation
- Asset System - The technical foundation for all asset functionality (backend + frontend).