Brush Assets: Support adding shortcut to asset shelf items #117861

Merged
Hans Goudey merged 15 commits from HooglyBoogly/blender:brush-assets-shortcut into brush-assets-project 2024-02-07 19:02:47 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 67d3cbc25d - Show all commits

View File

@ -448,6 +448,7 @@ void PreviewGridItem::build_grid_tile_button(uiLayout &layout,
0,
"");
}
/* Draw icons that are not previews or images as normal icons with a fixed icon size. Otherwise
* they will be upscaled to the button size. Should probably be done by the widget code. */
const int is_preview_flag = (BKE_icon_is_preview(preview_icon_id) ||