WIP: Brush assets project #106303

Draft
Julian Eisel wants to merge 351 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.
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 151e5f4fe2 - Show all commits

View File

@ -416,6 +416,10 @@ static void ui_but_user_menu_add(bContext *C, uiBut *but, bUserMenu *um)
STRNCPY(drawstr, idname);
#endif
}
else if (but->tip_label_func) {
/* The "quick tooltip" often contains a short string that can be used as a fallback. */
drawstr = but->tip_label_func(but);
}
}
ED_screen_user_menu_item_add_operator(
&um->items,