Blender
V3.3
|
Go to the source code of this file.
Functions | |
bool | ED_asset_filter_matches_asset (const struct AssetFilterSettings *filter, const struct AssetHandle *asset) |
Functions for filtering assets.
Definition in file ED_asset_filter.h.
bool ED_asset_filter_matches_asset | ( | const struct AssetFilterSettings * | filter, |
const struct AssetHandle * | asset | ||
) |
Compare asset against the settings of filter.
Individual filter parameters are ORed with the asset properties. That means:
Referenced by asset_view_template_refresh_asset_collection().