From da62529ca98db0f8e378cd7753aa2a8515e4dffa Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Thu, 16 Jan 2025 20:19:33 +0100 Subject: [PATCH] Cleanup: Add comment for asset shelf function --- source/blender/editors/asset/ED_asset_shelf.hh | 3 +++ 1 file changed, 3 insertions(+) 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);