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 d2d9c2048c - Show all commits

View File

@ -540,6 +540,7 @@ struct BlendThumbnail *BLO_thumbnail_from_file(const char *filepath);
*/
short BLO_version_from_file(const char *filepath);
/** Default theme, see: `release/datafiles/userdef/userdef_default_theme.c`. */
extern const struct bTheme U_theme_default;
/** Default preferences, defined by: `release/datafiles/userdef/userdef_default.c`. */
extern const struct UserDef U_default;