Blender V4.5
ED_asset_handle.hh File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::asset_system
namespace  blender::ed
namespace  blender::ed::asset

Functions

asset_system::AssetRepresentationblender::ed::asset::handle_get_representation (const AssetHandle *asset)

Detailed Description

Asset-handle is a temporary design, not part of the core asset system design.

Currently asset-list items are just file directory items (FileDirEntry). So an asset-handle just wraps a pointer to this. We try to abstract away the fact that it's just a file entry, although that doesn't always work (see rna_def_asset_handle()).

Definition in file ED_asset_handle.hh.