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

View File

@ -367,6 +367,7 @@ static uiBut *add_tab_button(uiBlock &block, StringRefNull name)
"Enable catalog, making contained assets visible in the asset shelf");
UI_but_drawflag_enable(but, UI_BUT_ALIGN_TOP);
UI_but_flag_disable(but, UI_BUT_UNDO);
return but;
}