diff --git a/source/blender/editors/asset/ED_asset_shelf.hh b/source/blender/editors/asset/ED_asset_shelf.hh index 87f45b638b9..f4612d3a6cb 100644 --- a/source/blender/editors/asset/ED_asset_shelf.hh +++ b/source/blender/editors/asset/ED_asset_shelf.hh @@ -105,6 +105,9 @@ int tile_height(const AssetShelfSettings &settings); AssetShelf *active_shelf_from_area(const ScrArea *area); +/** + * Enable catalog path in all shelves visible in all windows. + */ void show_catalog_in_visible_shelves(const bContext &C, const StringRefNull catalog_path); int context(const bContext *C, const char *member, bContextDataResult *result);