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 0 additions and 2 deletions
Showing only changes of commit eb4b74e8dc - Show all commits

View File

@ -102,8 +102,6 @@ void AssetView::build_items()
}
ED_assetlist_iterate(library_ref_, [&](AssetHandle asset_handle) {
/* TODO calling a (.py defined) callback for every asset isn't exactly great. Should be a
* temporary solution until there is proper filtering by asset traits. */
if (shelf_.type->asset_poll && !shelf_.type->asset_poll(shelf_.type, &asset_handle)) {
return true;
}