From 07499c04f6126b325e1d6db68e430f36b514b355 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Jul 2019 11:04:02 +1000 Subject: Preferences: don't store preferences in the startup Simplify preferences by removing the ability to load them from either the startup.blend or userpref.blend. Also simplifies updating default preferences by moving them to a struct definition. --- source/blender/blenloader/BLO_readfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader/BLO_readfile.h') diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h index 8769ed37d16..cc3ea3f2122 100644 --- a/source/blender/blenloader/BLO_readfile.h +++ b/source/blender/blenloader/BLO_readfile.h @@ -176,6 +176,7 @@ struct BlendThumbnail *BLO_thumbnail_from_file(const char *filepath); /* datafiles (generated theme) */ extern const struct bTheme U_theme_default; +extern const struct UserDef U_default; #ifdef __cplusplus } -- cgit v1.2.3