UI: Dynamic File Browser Tooltips #104547

Merged
Harley Acheson merged 27 commits from Harley/blender:FileTooltips into main 2024-01-03 03:56:23 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d05c4d77a7 - Show all commits

View File

@ -242,6 +242,7 @@ static void file_draw_tooltip_custom_func(bContext * /*C*/, struct uiTooltipData
}
else if (file->typeflag & FILE_TYPE_MOVIE) {
if (!thumb) {
/* This could possibly take a while. */
thumb = IMB_thumb_manage(full_path, THB_LARGE, THB_SOURCE_MOVIE);
}
if (thumb) {