WIP: Brush assets project #106303

Draft
Julian Eisel wants to merge 370 commits from brush-assets-project into main

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

View File

@ -713,8 +713,7 @@ static void add_catalog_tabs(AssetShelf &shelf, uiLayout &layout)
uiItemS(&layout);
/* Regular catalog tabs. */
settings_foreach_enabled_catalog_path(
shelf, [&](const asset_system::AssetCatalogPath &path) {
settings_foreach_enabled_catalog_path(shelf, [&](const asset_system::AssetCatalogPath &path) {
uiBut *but = add_tab_button(*block, path.name());
UI_but_func_set(but, [&shelf_settings, path](bContext &C) {