UI: Asset Shelf (Experimental Feature) #104831

Closed
Julian Eisel wants to merge 399 commits from asset-shelf into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 00455da966 - Show all commits

View File

@ -106,7 +106,7 @@ void AssetView::build_items()
ED_assetlist_iterate(library_ref_, [&](AssetHandle asset) {
if (!asset_shelf_asset_poll(*space_type, evil_C_, asset)) {
// return true;
return true;
}
const AssetMetaData *asset_data = ED_asset_handle_get_metadata(&asset);