Blender Git Loki
Git Commits -> Revision 637731d
Revision 637731d by Julian Eisel (master) July 15, 2021, 14:12 (GMT) |
Assets: Abstraction for temporary loading of asset data-blocks This is an editor-level abstraction for the `BLO_library_temp_xxx()` API for temporary loading of data-blocks from another Blend file. It abstracts away the asset specific code, like asset file-path handling and local asset data-block handling. Main use-case for this is applying assets as presets that are based on data-blocks, like poses. Such preset assets are an important part of the asset system design, so such an abstraction will likely find more usage in the future. |
Commit Details:
Full Hash: 637731dc610370782b1041ece4425bf3e6086ba0
Parent Commit: 55d48de
Committed By: Sybren A. Stüvel
Lines Changed: +125, -0
1 Added Path:
/source/blender/editors/asset/asset_temp_id_consumer.cc (+113, -0) (View)